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 4a8c3a6 commit d1d97a2Copy full SHA for d1d97a2
src/renderer.html
@@ -2,6 +2,10 @@
2
<head>
3
<title>Electron Project</title>
4
<script src="renderer.js"></script>
5
+ <!-- Electron will warn that this renderer has no content security policy, but we ignore the warning because
6
+ - I could not find a way to execute JavaScript from a local file (as we do) while having a content security policy.
7
+ - We don't noeed a content security policy because we don't load external code.
8
+ -->
9
</head>
10
<body>
11
<h1>Hello World</h1>
0 commit comments