security headers
This commit is contained in:
parent
e35b84188e
commit
0efcd74902
1 changed files with 9 additions and 1 deletions
10
netlify.toml
10
netlify.toml
|
|
@ -1,4 +1,12 @@
|
|||
[build]
|
||||
command = "npm run build"
|
||||
publish = "build"
|
||||
functions = "functions/"
|
||||
functions = "functions/"
|
||||
|
||||
[[headers]]
|
||||
for = "/*"
|
||||
[headers.values]
|
||||
X-Frame-Options = "SAMEORIGIN"
|
||||
X-XSS-Protection = "0"
|
||||
X-Content-Type-Options = "nosniff"
|
||||
Content-Security-Policy = "default-src 'self' res.cloudinary.com use.typekit.net;"
|
||||
Loading…
Add table
Reference in a new issue