Remove CSP whitelisting of `blob:`

We no longer use `autoOrientImage` using blob URLs. Bring this back if we
decide to auto-orient legacy attachments.
This commit is contained in:
Daniel Gasienica 2018-02-13 13:08:24 -05:00
parent 879b6f58f4
commit 7ec885c635
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Security-Policy"
content="default-src 'none';
connect-src 'self' blob: https: wss:;
connect-src 'self' https: wss:;
script-src 'self';
style-src 'self' 'unsafe-inline';
img-src 'self' blob: data:;