Suppose you'd like to inject custom JavaScript into your @owncast server.
Its admin interface allows you to provide custom JavaScript, but you'd like to load a .js file from some other server, not paste hundreds of lines into a text box.
It also allows you to provide custom Markdown, allowing arbitrary HTML, too. But the page is served with a rather strict #CSP, with a nonce and script-src 'self'.
How would you work around this?
