Skip to content

Commit 315be2b

Browse files
committed
Update Security
1 parent 1fe40f5 commit 315be2b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@
2424
<meta name="referrer" content="strict-origin-when-cross-origin">
2525
<meta http-equiv="Content-Security-Policy" content="
2626
default-src 'self';
27-
script-src 'self' https://www.googletagmanager.com;
28-
style-src 'self' https://fonts.googleapis.com;
29-
font-src https://fonts.gstatic.com;
30-
img-src 'self';
27+
script-src 'self' https://www.googletagmanager.com https://www.google-analytics.com;
28+
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
29+
font-src 'self' https://fonts.gstatic.com;
30+
img-src 'self' https://github.githubassets.com;
3131
connect-src 'self' https://www.google-analytics.com;
32-
frame-ancestors 'self';
3332
">
3433

3534
<!-- Performance -->

0 commit comments

Comments
 (0)