2022-07-21 11:22:12 -04:00
|
|
|
[[headers]]
|
|
|
|
for = "/*"
|
|
|
|
[headers.values]
|
|
|
|
Strict-Transport-Security = "max-age=63072000; includeSubDomains; preload"
|
2022-07-22 00:34:38 -04:00
|
|
|
Content-Security-Policy = "default-src 'none'; connect-src 'self'; img-src 'self'; script-src-elem 'self'; style-src-elem 'self'; frame-src https://www.youtube-nocookie.com; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'"
|
2022-07-21 11:22:12 -04:00
|
|
|
X-Content-Type-Options = "nosniff"
|
|
|
|
Referrer-Policy = "no-referrer"
|
|
|
|
Cross-Origin-Opener-Policy = "same-origin"
|
|
|
|
X-Frame-Options = "DENY"
|
|
|
|
X-XSS-Protection = "0"
|
2022-07-21 18:00:36 -04:00
|
|
|
Permissions-Policy = "accelerometer=(), autoplay=(), camera=(), clipboard-read=(), 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=()"
|
2022-07-21 11:22:12 -04:00
|
|
|
Cross-Origin-Resource-Policy = "same-origin"
|
2022-07-21 23:10:57 -04:00
|
|
|
Expect-CT = "max-age=63072000, enforce"
|
2022-07-21 11:22:12 -04:00
|
|
|
|
2022-07-21 12:19:16 -04:00
|
|
|
[build.environment]
|
|
|
|
HUGO_VERSION = "0.101.0"
|
|
|
|
|
2022-07-21 11:22:12 -04:00
|
|
|
[context.deploy-preview]
|
2022-07-21 12:19:56 -04:00
|
|
|
command = "hugo -b $DEPLOY_PRIME_URL"
|