Skip to content

Commit 48fea5a

Browse files
allow onlook:// in electron Content-Security-Policy
1 parent 2f151e3 commit 48fea5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta
88
http-equiv="Content-Security-Policy"
9-
content="script-src 'self' 'unsafe-inline' 'unsafe-eval';"
9+
content="script-src-elem 'self' 'unsafe-inline' 'unsafe-eval' onlook:;"
1010
/>
1111
<title>Onlook</title>
1212
</head>

0 commit comments

Comments
 (0)