I've enabled remote access to my Aras server, mostly using tips from this post:
https://www.aras.com/community/f/community/38174/accessing-aras-innovator-instance-outside-the-network-using-ngrok-tunneling/10125
Unfortunately, the addition of the "Content-Security-Policy == upgrade-insecure-requests" HTTP Response Header, which enabled the remote access to work (using Cloudflare tunnel), also seems to have broken local access. If I delete that HTTP Response Header, local access works, but then remote access gets the 'CORS policies' error message.
Any ideas on how to resolve?