Skip to content
This repository was archived by the owner on Jun 15, 2025. It is now read-only.

Commit b3fb532

Browse files
committed
update patching html
1 parent 7aa2da4 commit b3fb532

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ const CSP = `
1010
<meta
1111
http-equiv="Content-Security-Policy"
1212
content="
13-
connect-src https: file: ipc: socket: data:;
13+
connect-src https: file: ipc: socket: ws://localhost:*;
14+
script-src https: socket: http://localhost:* 'unsafe-eval';
15+
img-src https: data: file: http://localhost:*;
1416
child-src 'none';
15-
img-src https: data: file: socket:;
17+
object-src 'none';
1618
"
1719
>`
1820

0 commit comments

Comments
 (0)