Skip to content

Commit

Permalink
Remove unused CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlashAccount committed Dec 22, 2024
1 parent 5ca5d7a commit 2b29485
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
style-src 'self' 'unsafe-inline' data: https://*;
connect-src 'self' data: ws://localhost:* ws://127.0.0.1:* http://localhost:* https://* wss://*;
worker-src 'self' blob:;
object-src 'self' blob: enso: https://*;
img-src 'self' blob: enso: data: https://*;
font-src 'self' data: https://*"
/>
Expand Down

0 comments on commit 2b29485

Please sign in to comment.