blog/netlify.toml

14 lines
876 B
TOML
Raw Normal View History

2018-09-30 06:17:57 +00:00
[context.production]
2018-09-30 08:06:24 +00:00
publish = "public"
command = "npm run snyk && npm run hexo"
2018-09-30 06:17:57 +00:00
[[headers]]
for = "/*"
[headers.value]
2018-09-30 07:49:41 +00:00
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;"
2019-05-20 01:45:27 +00:00
Referrer-Policy = "no-referrer"
2019-05-20 02:22:05 +00:00
Strict-Transport-Security = "max-age=31536000"
2019-05-20 01:45:27 +00:00
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'"