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 0a4ce46 commit 4175b2bCopy full SHA for 4175b2b
src/renderer/index.html
@@ -5,7 +5,14 @@
5
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
6
<meta
7
http-equiv="Content-Security-Policy"
8
- content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self' data: https://fastly.jsdelivr.net;"
+ content="
9
+ default-src 'self';
10
+ script-src 'self';
11
+ style-src 'self' 'unsafe-inline';
12
+ img-src 'self' data:;
13
+ font-src 'self' data: https://fastly.jsdelivr.net;
14
+ connect-src 'self' http://localhost:39722;
15
+ "
16
/>
17
</head>
18
<body class="font-pretendard">
0 commit comments