edemaine / cocreate

Cocreate Shared Whiteboard/Drawing
MIT License
209 stars 27 forks source link

Proxy issues on Firefox #169

Closed edemaine closed 3 years ago

edemaine commented 3 years ago

Firefox doesn't seem to be sending the header required by Coproxy, so proxy-needing images don't embed correctly. There's an example on page 6 of the Dev Cocreate.

edemaine commented 3 years ago

It seems that Firefox won't send Origin headers for images. I've modified the proxy configuration to no longer require Origin attributes. This might result in some throttling (because the proxy can't tell it's coming from Cocreate) but better than failing.