fix: follow netlify's hsts max-age

This commit is contained in:
curben 2019-05-20 11:52:05 +09:30
parent 98be37f77a
commit 3954d3891e
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@
X-Content-Type-Options = "nosniff"
Content-Security-Policy = "default-src https; script-src https://cdnjs.cloudflare.com https://curben.netlify.com https://*--curben.netlify.com 'unsafe-inline'; style-src https://cdnjs.cloudflare.com https://curben.netlify.com https://*--curben.netlify.com; block-all-mixed-content; form-action 'none'; frame-ancestors 'none'"
Referrer-Policy = "no-referrer"
Strict-Transport-Security = "max-age=604800"
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'"