Skip to content

Commit d7a71dd

Browse files
committed
Add CSP to shut up electron warnings
1 parent fb38ac0 commit d7a71dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!DOCTYPE html>
2+
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'unsafe-inline'">
23
<html lang="en">
34
<head>
45
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)