Skip to content

Commit

Permalink
fix(csp): delete extra google link in csp
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil-Oberlev committed Feb 18, 2025
1 parent b80b02a commit a9bf896
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 @@ -173,7 +173,7 @@
http-equiv="X-UA-Compatible"
/>
<meta
content="default-src 'self'; script-src 'self' https://www.googletagmanager.com; style-src 'self' 'unsafe-inline';"
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline';"
http-equiv="Content-Security-Policy"
/>
</head>
Expand Down

0 comments on commit a9bf896

Please sign in to comment.