summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/.htaccess b/static/.htaccess
index 30943897..0d2be57c 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -27,11 +27,11 @@ usb 'none'; \
wake-lock 'none'; \
xr-spatial-tracking 'none'"
-<FilesMatch "\.(html|txt|webmanifest|xml)$">
+<FilesMatch "\.(html|txt|xml)$">
Header set Cache-Control "public, max-age=1800"
</FilesMatch>
-<FilesMatch "\.(ico)$">
+<FilesMatch "\.(ico|webmanifest)$">
Header set Cache-Control "public, max-age=604800"
</FilesMatch>