This commit is contained in:
Cynthia Foxwell 2025-08-14 15:14:23 -06:00
parent cfcf79d7cd
commit 6d1dc784af
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -40,6 +40,7 @@ if (hf.config.proxy) {
this._ws = new WebSocket(this.endpoint.href, {agent});
}
},
configurable: true,
});
}