13 lines
340 B
Plaintext
13 lines
340 B
Plaintext
|
# for netlify hosting
|
||
|
# https://docs.netlify.com/routing/headers/#syntax-for-the-headers-file
|
||
|
|
||
|
/*
|
||
|
X-Frame-Options: DENY
|
||
|
X-XSS-Protection: 1; mode=block
|
||
|
X-Content-Type-Options: nosniff
|
||
|
Referrer-Policy: same-origin
|
||
|
/*.css
|
||
|
Cache-Control: public, max-age=31536000, immutable
|
||
|
/*.js
|
||
|
Cache-Control: public, max-age=31536000, immutable
|