mirror of https://gitlab.com/curben/blog
14 lines
876 B
TOML
14 lines
876 B
TOML
[context.production]
|
|
publish = "public"
|
|
command = "npm run snyk && npm run hexo"
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.value]
|
|
X-Frame-Options = "DENY"
|
|
X-XSS-Protection = "1; mode=block"
|
|
X-Content-Type-Options = "nosniff"
|
|
Content-Security-Policy = "default-src https localhost:4000; script-src https://cdnjs.cloudflare.com https://*.netlify.com localhost:4000; style-src https://cdnjs.cloudflare.com https://*.netlify.com localhost:4000; frame-ancestors 'none'; block-all-mixed-content;"
|
|
Referrer-Policy = "no-referrer"
|
|
Strict-Transport-Security = "max-age=31536000"
|
|
Feature-Policy = "accelerometer 'none'; autoplay 'none'; camera 'none'; document.domain 'none'; display-capture 'none'; encrypted-media 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; sync-xhr 'none'; usb 'none'" |