Skip to content

Commit 154840c

Browse files
authored
Merge pull request #99 from tchapgouv/fix/csp
Cleanup embed CSP
2 parents 52837ce + 4ae5e65 commit 154840c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta http-equiv="Content-Security-Policy" content="
2727
default-src 'none';
2828
style-src 'self' 'unsafe-inline';
29-
script-src 'self' 'unsafe-eval' https://www.recaptcha.net https://www.gstatic.com;
29+
script-src 'self' 'unsafe-eval';
3030
img-src * blob: data:;
3131
connect-src *;
3232
font-src 'self' data:;

0 commit comments

Comments
 (0)