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:
parent
3a7fd60d06
commit
3b49e4848f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue