Firefox won't let me `fetch` an asset from g_gamethemeurl. See the following error:
Security Error: Content at https://studio.boardgamearena.com/1/skipto?table=533414 may not load data from https://studio.boardgamearena.com:8084/ ... /icons.svg.
I've verified the URL is valid.
Then I tried using `credentials: "include"` with the fetch call, but get this error:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at ‘https://studio.boardgamearena.com:8084/ ... /icons.svg’. (Reason: Credential is not supported if the CORS header ‘Access-Control-Allow-Origin’ is ‘*’).
This is not an issue on Chrome or Safari. Tested with Firefox 120.
Security Error: Content at https://studio.boardgamearena.com/1/skipto?table=533414 may not load data from https://studio.boardgamearena.com:8084/ ... /icons.svg.
I've verified the URL is valid.
Then I tried using `credentials: "include"` with the fetch call, but get this error:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at ‘https://studio.boardgamearena.com:8084/ ... /icons.svg’. (Reason: Credential is not supported if the CORS header ‘Access-Control-Allow-Origin’ is ‘*’).
This is not an issue on Chrome or Safari. Tested with Firefox 120.