Skip to content

Commit

Permalink
Update CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Jul 9, 2020
1 parent ac21800 commit 935b4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.headers
Original file line number Diff line number Diff line change
Expand Up @@ -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 'none'; manifest-src 'self'; connect-src 'self' https://stats.gethyas.com; font-src 'self'; img-src 'self' https://www.netlify.com; script-src 'self' https://stats.gethyas.com; style-src 'self'
Content-Security-Policy: default-src 'none'; manifest-src 'self'; connect-src 'self' https://stats.gethyas.com; font-src 'self'; img-src 'self' data: https://www.netlify.com; script-src 'self' https://stats.gethyas.com; style-src 'self'
X-Frame-Options: SAMEORIGIN
Referrer-Policy: strict-origin
Feature-Policy: geolocation 'self'
Expand Down

0 comments on commit 935b4c9

Please sign in to comment.