Skip to content

Commit

Permalink
Add CSP to shut up electron warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Nov 6, 2023
1 parent d9f06c4 commit 74833b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<!DOCTYPE html>
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; style-src 'unsafe-inline'"
/>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down

0 comments on commit 74833b3

Please sign in to comment.