dmchurch / omsi-loops

Incremental games and tools for them.
https://omsi6.github.io/
1 stars 8 forks source link

Some UI elements no longer visible due to CORS changes #6

Open ItsOhen opened 7 months ago

ItsOhen commented 7 months ago

Chrome now spits out:

omsi-loops/:1 Access to CSS stylesheet at 'https://use.fontawesome.com/releases/v5.15.4/css/all.css' from origin 'https://dmchurch.github.io' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
omsi-loops/:20 

GET https://use.fontawesome.com/releases/v5.15.4/css/all.css net::ERR_FAILED

And arrows are no longer visible

dmchurch commented 6 months ago

I'm sorry I missed seeing this! I'm not getting that error myself when I try it on Chrome, and I am seeing an ACAO response header when I run the fetch myself; is this still happening for you?