This commit is contained in:
mbecker20
2022-04-15 18:55:48 -07:00
parent 970b8f1ed7
commit 60d75ae0de
+1 -1
View File
@@ -18,7 +18,7 @@ async function main() {
directives: {
"connect-src": [
"'self'",
HOST.replace("https", "wss").replace("http", "ws") + "/ws",
HOST.replace("http", "ws") + "/ws",
],
"img-src": ["'self'", "https: data:"],
},