Skip to content

Commit 4f4f4aa

Browse files
authored
Fix policy
1 parent dd8ca35 commit 4f4f4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta http-equiv="Content-Security-Policy" content="
6-
default-src 'self';
6+
default-src 'self' https://unpkg.com;
77
script-src 'self' https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ https://unpkg.com 'unsafe-inline' 'unsafe-eval';
88
style-src 'self' https://unpkg.com 'unsafe-inline';
99
img-src 'self' data:;

0 commit comments

Comments
 (0)