Phill Luby
Phill Luby
@patcon The application does not terminate as such but instead it logs the error, then keeps running with the broken socket and does not respond to further requests. It's unclear...
Thanks for your help with this, I'm fairly new to the codebase hence my mistake here. I was using a hard-coded change to the above file which I replaced with...
I wonder if we should just default it to `document.location.protocol + "//" + document.location.hostname + ":" + document.location.port + "/";`. It might be worth using `SERVICE_URL` if set in a...
I just pushed some tested changes that use the whitelist as suggested.
I copied the one from another client module (I already had one configured in my system so the template didn't matter).
I think this should be good for review now.