Skip to content

Commit

Permalink
fix: remove chrome-only csp header rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcl-io committed Apr 27, 2021
1 parent 85f3687 commit dc07890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/_headers
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*
X-Frame-Options: DENY
Content-Security-Policy: default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https://us-central1-slater-notes.cloudfunctions.net; require-trusted-types-for 'script';
Content-Security-Policy: default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https://us-central1-slater-notes.cloudfunctions.net;

0 comments on commit dc07890

Please sign in to comment.