chat.html: point signaling relay at cors-proxy.uncloseai.com

The proxy.uncloseai.com hostname could not get a TLS cert; the relay now
lives under cors-proxy.uncloseai.com, which has a working cert.
This commit is contained in:
Russell Ballestrini 2026-05-28 08:56:40 -04:00
parent 3a7fd60d06
commit 3b49e4848f
No known key found for this signature in database

View file

@ -1321,7 +1321,7 @@ attachToggleRaw('btn-toggle-answer-raw', 'local-answer');
* ciphertext. it never sees plaintext SDP or the code. *
* ============================================================== */
const SIGNAL_URL = new URLSearchParams(location.search).get('signal')
|| 'wss://proxy.uncloseai.com/zebra-signal';
|| 'wss://cors-proxy.uncloseai.com/zebra-signal';
const SIGNAL_SALT = new TextEncoder().encode('zebra-signal-v1');
let relayWS = null;