1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2025-02-20 18:31:35 -05:00

Netlify config fix

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-21 07:25:37 -04:00
parent 90a7e044ee
commit 6da53b0d66
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -1,13 +1,13 @@
[[headers]] [[headers]]
for = "/*" for = "/*"
[headers.values] [headers.values]
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload Strict-Transport-Security = max-age=63072000; includeSubDomains; preload
Content-Security-Policy : child-src 'self'; connect-src 'self'; font-src 'self'; manifest-src 'self'; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none' Content-Security-Policy = child-src 'self'; connect-src 'self'; font-src 'self'; manifest-src 'self'; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'
X-Content-Type-Options : nosniff X-Content-Type-Options = nosniff
Referrer-Policy : no-referrer Referrer-Policy = no-referrer
Cross-Origin-Opener-Policy : same-origin Cross-Origin-Opener-Policy = same-origin
Cross-Origin-Embedder-Policy : require-corp Cross-Origin-Embedder-Policy = require-corp
X-Frame-Options : DENY X-Frame-Options = DENY
X-XSS-Protection : 0 X-XSS-Protection = 0
Permissions-Policy : accelerometer=(), autoplay=(), camera=(), clipboard-read=(), clipboard-write=(), display-capture=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=() Permissions-Policy = accelerometer=(), autoplay=(), camera=(), clipboard-read=(), clipboard-write=(), display-capture=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=()
Cross-Origin-Resource-Policy : same-origin Cross-Origin-Resource-Policy = same-origin