2018-09-30 06:17:57 +00:00
|
|
|
[context.production]
|
2018-09-30 08:06:24 +00:00
|
|
|
publish = "public"
|
2018-11-06 08:26:11 +00:00
|
|
|
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"
|
2019-05-22 03:09:53 +00:00
|
|
|
Content-Security-Policy = "default-src 'self'; child-src 'none'; connect-src 'none'; font-src 'none'; frame-src 'none'; img-src https: 'self'; manifest-src 'none'; media-src 'none'; object-src 'none'; prefetch-src 'none'; script-src https://cdnjs.cloudflare.com 'self'; style-src https://cdnjs.cloudflare.com 'self'; worker-src 'none'; base-uri 'none'; form-action 'none'; block-all-mixed-content; frame-ancestors 'none';"
|
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'"
|