Skip to content

Commit 5f2b0c7

Browse files
author
Loïc Mangeonjean
committed
fix: restore commented CSP
1 parent c140057 commit 5f2b0c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/assets/webWorkerExtensionHostIframe.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<!-- <meta http-equiv="Content-Security-Policy" content="
4+
<meta http-equiv="Content-Security-Policy" content="
55
default-src 'none';
66
child-src 'self' data: blob:;
7-
script-src 'self' 'unsafe-eval' 'sha256-/r7rqQ+yrxt57sxLuQ6AMYcy/lUpvAIzHjIJt/OeLWU=' https:;
8-
connect-src 'self' https: wss: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*;"/> -->
7+
script-src 'self' 'unsafe-eval' 'sha256-OTnWt0xD0mDGlMgzQref1DqApnE9MipgFz2t0Q/3vcE=' https:;
8+
connect-src 'self' https: wss: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*;"/>
99
</head>
1010
<body>
1111
<script>

0 commit comments

Comments
 (0)