Skip to content

Commit 3b4933a

Browse files
committed
PWA: allow connecting to URLs with the wss: protocol.
1 parent 62d4786 commit 3b4933a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwa/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="viewport"
88
/>
99
<meta
10-
content="default-src 'self'; base-uri 'self'; form-action 'none'; object-src 'none'; connect-src https:;"
10+
content="default-src 'self'; base-uri 'self'; form-action 'none'; object-src 'none'; connect-src https: wss:;"
1111
http-equiv="Content-Security-Policy"
1212
/>
1313
<title>Flowey</title>

0 commit comments

Comments
 (0)