Skip to content

Commit 74833b3

Browse files
committed
Add CSP to shut up electron warnings
1 parent d9f06c4 commit 74833b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<!DOCTYPE html>
2+
<meta
3+
http-equiv="Content-Security-Policy"
4+
content="default-src 'self'; style-src 'unsafe-inline'"
5+
/>
26
<html lang="en">
37
<head>
48
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)