Skip to content

Commit

Permalink
fix: explicitly define security policy to stop electron complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
Alastair Hawkes committed Apr 28, 2022
1 parent de2709d commit d19fead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/renderer/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self' data: 'unsafe-inline'">
<title>Pomatez</title>
</head>
<body>
Expand Down

0 comments on commit d19fead

Please sign in to comment.