allow websockets from netlify.app subdomain for debugging

This commit is contained in:
2021-11-18 00:11:45 -05:00
parent 537456e0f1
commit 707f554c36
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ $REPO_DIR/host/websocketd \
--port=80 \
--binary \
--header-ws="Sec-WebSocket-Protocol: binary" \
--origin=y2k.app,www.y2k.app \
--origin=y2k.app,www.y2k.app,hardcore-turing-5cd513.netlify.app \
-- \
docker run \
--cpus 1 \