I use Firefox for testing of my local ASU server and LuCI changes, from various local test devices. Since both ends are on the same domain, I get cross origin errors as expected. What's your favorite way or best practice for selectively suppressing these errors?
I'd like to restrict any CORS suppression to just my local domain/subnet, as I'm forgetful and if I turn it off globally, I'm likely to not reset it and that would be bad.
Here's an attempt to get updates in Attended Sysupgrade:
- Host running firefox is a Win10 bare metal box at 10.1.1.186
https://apk
is the router running LuCI at 10.1.1.22- ASU server is
http://10.1.1.207
at port 8000