Open
Description
Presently, the javascript_url parameter should point to a script to be loaded into the OWC instance to allow customization.
However when hosting a script in a github gist, the content type is text/plain
and will not reliably be executed.
- make sure scripts with all different content types can be loaded
To reproduce:
https://developer.mozilla.org/de/docs/Web/HTTP/Headers/X-Content-Type-Options?utm_source=mozilla&utm_medium=firefox-console-errors&utm_campaign=default
See also: