We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe40f5 commit 315be2bCopy full SHA for 315be2b
docs/index.html
@@ -24,12 +24,11 @@
24
<meta name="referrer" content="strict-origin-when-cross-origin">
25
<meta http-equiv="Content-Security-Policy" content="
26
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';
+ script-src 'self' https://www.googletagmanager.com https://www.google-analytics.com;
+ style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
+ font-src 'self' https://fonts.gstatic.com;
+ img-src 'self' https://github.githubassets.com;
31
connect-src 'self' https://www.google-analytics.com;
32
- frame-ancestors 'self';
33
">
34
35
<!-- Performance -->
0 commit comments