Hi,
I'm developing a plugin to the shopify system, and I'm inserting a 3rd-party JS of mine into the "Thank You" page that appears after a transaction is completed.
Before the recent "Checkout" upgrade loading resources from foreign origins worked flawlessly, but it seems that the new route for the new "Thank You" page has different CORS configurations, that blocks my loading of images, fonts, and the ability to do AJAX requests to some other origin.
Is this a bug? Or is it a new behavior?