Skip to content

Commit

Permalink
Merge pull request #41 from pagopa/CHK-3174-enforce-no-cache-index
Browse files Browse the repository at this point in the history
fix: CHK-3174 disable cache only for index.html
  • Loading branch information
infantesimone authored Sep 25, 2024
2 parents 00f5fc5 + f11dcac commit 4c31376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<script src="env-config.js"></script>
</head>
<body>
Expand Down

0 comments on commit 4c31376

Please sign in to comment.