Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(asset-server-plugin): Fix svg XSS vulnerability
It was discovered that a malicious SVG file containing javascript could be executed when opening the source file in a new tab. This is now mitigated by adding a Content Security Policy header to responses from the AssetServerPlugin.
- Loading branch information