chore(htaccess.liquid): update headers

This commit is contained in:
Cory Dransfeldt 2025-06-10 17:09:55 -07:00
parent cc8bdf017b
commit 04e111f8c7
No known key found for this signature in database
3 changed files with 6 additions and 3 deletions

View file

@ -128,6 +128,9 @@ RewriteRule ^.*$ - [F,L]
<IfModule mod_headers.c>
Header append Vary "Accept-Encoding"
Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"
Header set X-Content-Type-Options "nosniff"
Header set X-XSS-Protection "1; mode=block"
<FilesMatch "\.(js|css|woff2|ttf|otf|png|jpg|jpeg|gif|svg|wasm|ico)$">
Header set Cache-Control "public, max-age=31536000, immutable"