Hi there, how about setting a [Content Security Policy](https://en.wikipedia.org/wiki/Content_Security_Policy) by default? My instance is deployed with: ``` Content-Security-Policy: base-uri 'self'; default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self'; img-src: 'self' data: ``` And works quite well.