We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21c0a1 commit cf64ed1Copy full SHA for cf64ed1
1 file changed
src/index.html
@@ -2,6 +2,10 @@
2
<html lang="en">
3
<head>
4
<meta charset="utf-8"/>
5
+ <meta
6
+ http-equiv="Content-Security-Policy"
7
+ content="default-src 'self'; script-src 'sha256-4+HE6wc8iAgltNLbeKS6ohOrZLLiFQ4b3E3UXtIKTUc='; style-src 'self' 'sha256-Yk7teW8o5EiWwQaHwoh8sG3wZaKJdaK9Ipx7ODaPC30='"
8
+ />
9
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
10
<title>Electron QA Project</title>
11
<meta name="viewport" content="width=device-width, initial-scale=1"/>
0 commit comments