Skip to content

Commit

Permalink
Loosten CSP restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo committed Feb 25, 2017
1 parent bf3370e commit 167a214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _headers
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
Content-Security-Policy: default-src 'self';
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:;
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin

0 comments on commit 167a214

Please sign in to comment.