Update CSP+

This commit is contained in:
Henk Verlinde 2020-04-15 20:10:16 +02:00
parent 22378c0096
commit db5de99417
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Content-Security-Policy: default-src 'self'; img-src 'self' data:; object-src 'none'
Content-Security-Policy: default-src 'none'; img-src 'self' data:; script-src 'self' 'unsafe-eval'; style-src 'self'
X-Frame-Options: SAMEORIGIN
Referrer-Policy: strict-origin
Feature-Policy: geolocation 'self'