mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-26 17:17:12 -05:00
simplify
This commit is contained in:
+1
-1
@@ -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:"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user