Skip to content

Commit

Permalink
Merge pull request #1227 from digitalfabrik/1226-fix-druckerei-cache
Browse files Browse the repository at this point in the history
1226: Fix duckerei cache
  • Loading branch information
f1sh1918 authored Dec 4, 2023
2 parents 192e17a + f099396 commit 1fdeb69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions administration/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!-- Prevent index.html to be cached at all -->
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
</head>
<body>
<script>
Expand Down

0 comments on commit 1fdeb69

Please sign in to comment.