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 dd8ca35 commit 4f4f4aaCopy full SHA for 4f4f4aa
src/index.html
@@ -3,7 +3,7 @@
3
4
<head>
5
<meta http-equiv="Content-Security-Policy" content="
6
- default-src 'self';
+ default-src 'self' https://unpkg.com;
7
script-src 'self' https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ https://unpkg.com 'unsafe-inline' 'unsafe-eval';
8
style-src 'self' https://unpkg.com 'unsafe-inline';
9
img-src 'self' data:;
0 commit comments