mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-21 08:31:55 +00:00
Add netlify HTTP headers conf
This commit is contained in:
parent
f8a29f493d
commit
c88080954c
1 changed files with 13 additions and 0 deletions
13
netlify.toml
Normal file
13
netlify.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[[headers]]
|
||||||
|
for = "/*"
|
||||||
|
[headers.values]
|
||||||
|
X-Frame-Options = "DENY"
|
||||||
|
X-XSS-Protection = "1; mode=block"
|
||||||
|
X-Content-Type-Options = "nosniff"
|
||||||
|
Referrer-Policy = "no-referrer-when-downgrade"
|
||||||
|
Content-Security-Policy = "default-src 'none'; style-src 'self'; form-action 'self'; script-src 'self'; connect-src 'self'; img-src 'self'; base-uri 'self';"
|
||||||
|
Feature-Policy = "camera 'none'; display-capture 'none'; document-domain 'none'; geolocation 'none'; microphone 'none'; payment 'none'; usb 'none'"
|
||||||
|
[[headers]]
|
||||||
|
for = "/search"
|
||||||
|
[headers.values]
|
||||||
|
Content-Security-Policy = "default-src 'none'; style-src 'self'; form-action 'self'; script-src 'self' 'unsafe-inline'; connect-src 'self'; img-src 'self'; base-uri 'self';"
|
Loading…
Reference in a new issue