Skip to content

Commit

Permalink
remove cloudflare URL in default-src and add cloudflareinsights.com t…
Browse files Browse the repository at this point in the history
…o connect-src
  • Loading branch information
DanielMiao1 committed Feb 13, 2024
1 parent b700894 commit 30971fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/_headers
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*
Content-Security-Policy: default-src 'self' https://static.cloudflareinsights.com; script-src https://static.cloudflareinsights.com 'self' 'sha256-MS6/3FCg4WjP9gwgaBGwLpRCY6fZBgwmhVCdrPrNf3E=' 'sha256-tQjf8gvb2ROOMapIxFvFAYBeUJ0v1HCbOcSmDNXGtDo=' 'sha256-VA8O2hAdooB288EpSTrGLl7z3QikbWU9wwoebO/QaYk=' 'sha256-+5XkZFazzJo8n0iOP4ti/cLCMUudTf//Mzkb7xNPXIc=' 'unsafe-inline'; base-uri 'self'; object-src 'none'; style-src 'self' 'unsafe-inline';
Content-Security-Policy: default-src 'self'; connect-src https://cloudflareinsights.com; script-src https://static.cloudflareinsights.com 'self' 'sha256-MS6/3FCg4WjP9gwgaBGwLpRCY6fZBgwmhVCdrPrNf3E=' 'sha256-tQjf8gvb2ROOMapIxFvFAYBeUJ0v1HCbOcSmDNXGtDo=' 'sha256-VA8O2hAdooB288EpSTrGLl7z3QikbWU9wwoebO/QaYk=' 'sha256-+5XkZFazzJo8n0iOP4ti/cLCMUudTf//Mzkb7xNPXIc=' 'unsafe-inline'; base-uri 'self'; object-src 'none'; style-src 'self' 'unsafe-inline';
Access-Control-Allow-Origin: *

0 comments on commit 30971fd

Please sign in to comment.