Skip to content

Commit

Permalink
update patching html
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Dec 7, 2023
1 parent 7aa2da4 commit b3fb532
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ const CSP = `
<meta
http-equiv="Content-Security-Policy"
content="
connect-src https: file: ipc: socket: data:;
connect-src https: file: ipc: socket: ws://localhost:*;
script-src https: socket: http://localhost:* 'unsafe-eval';
img-src https: data: file: http://localhost:*;
child-src 'none';
img-src https: data: file: socket:;
object-src 'none';
"
>`

Expand Down

0 comments on commit b3fb532

Please sign in to comment.