Skip to content

Commit

Permalink
fix: content security policy formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
agrmohit committed Sep 14, 2024
1 parent 33f3962 commit 2ebc3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="dns-prefetch" href="https://analytics.agrmohit.com/" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self sha256-32cdnvTwwxBLV2FHnwduHWY+Bt1RUEXGThLnyMAuYxA='; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; frame-src 'self'; connect-src 'self' https://api.github.com https://analytics.agrmohit.com; object-src 'none'; upgrade-insecure-requests;"
content="default-src 'self'; script-src 'self' 'sha256-32cdnvTwwxBLV2FHnwduHWY+Bt1RUEXGThLnyMAuYxA='; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; frame-src 'self'; connect-src 'self' https://api.github.com https://analytics.agrmohit.com; object-src 'none'; upgrade-insecure-requests;"
/>

<!-- Metadata start -->
Expand Down

0 comments on commit 2ebc3c0

Please sign in to comment.