toolness / p5.js-widget

A reusable widget for embedding editable p5 sketches in web pages.
https://toolness.github.io/p5.js-widget/
GNU Lesser General Public License v2.1
161 stars 44 forks source link

Even relative asset URLs need CORS if widget is on a different domain #68

Open toolness opened 7 years ago

toolness commented 7 years ago

Doh. I just realized that loading assets on the same server as the widget embedder don't actually work unless the widget itself is hosted on the same server too.

It might be nice to proxy any XHRs through the embedder's window...

Urg. This is a really obvious use-case, I'm not sure how I missed it before. Weird.