29 lines
706 B
Plaintext
29 lines
706 B
Plaintext
/*
|
|
X-Content-Type-Options: nosniff
|
|
X-Frame-Options: DENY
|
|
X-XSS-Protection: 1; mode=block
|
|
Referrer-Policy: strict-origin-when-cross-origin
|
|
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
|
Content-Encoding: br
|
|
|
|
# Cache control for static assets
|
|
/*.js
|
|
Cache-Control: public, max-age=31536000, immutable
|
|
|
|
/*.css
|
|
Cache-Control: public, max-age=31536000, immutable
|
|
|
|
/*.webp
|
|
Cache-Control: public, max-age=31536000, immutable
|
|
|
|
/*.jpg
|
|
Cache-Control: public, max-age=31536000, immutable
|
|
|
|
/*.png
|
|
Cache-Control: public, max-age=31536000, immutable
|
|
|
|
/*.svg
|
|
Cache-Control: public, max-age=31536000, immutable
|
|
|
|
/*.woff2
|
|
Cache-Control: public, max-age=31536000, immutable |