Fix malformed CSP

This commit is contained in:
Scott Nonnenberg 2018-05-14 16:45:04 -07:00
parent e52c7ca2f3
commit a4bc460d4c
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@
frame-src 'none';
img-src 'self' blob: data:;
media-src 'self' blob:;
object-src 'none'"
object-src 'none';
script-src 'self';
style-src 'self' 'unsafe-inline';
style-src 'self' 'unsafe-inline';"
>
<title>Signal</title>
<link href='images/icon_128.png' rel='shortcut icon'>