Skip to content

Commit

Permalink
Remove Report-URI from CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed Oct 29, 2023
1 parent 761776c commit 48ba749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/_headers
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

/about/
! Content-Security-Policy
Content-Security-Policy: script-src 'self' https://cdnjs.cloudflare.com; style-src 'self' https://cdnjs.cloudflare.com; img-src 'self' https://avatars.githubusercontent.com; font-src https://cdnjs.cloudflare.com; block-all-mixed-content; report-uri https://2factorauth.report-uri.com/r/d/csp/enforce;
Content-Security-Policy: script-src 'self' https://cdnjs.cloudflare.com; style-src 'self' https://cdnjs.cloudflare.com; img-src 'self' https://avatars.githubusercontent.com; font-src https://cdnjs.cloudflare.com; block-all-mixed-content;

0 comments on commit 48ba749

Please sign in to comment.