mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 07:00:09 -05:00
upgraded nacl and corrected csp in firefox manifest
This commit is contained in:
parent
75242953a4
commit
acc58bae03
15026
src/lib/nacl.js
15026
src/lib/nacl.js
File diff suppressed because one or more lines are too long
@ -10,6 +10,6 @@
|
||||
"url": "http://whiteout.io"
|
||||
},
|
||||
"appcache_path": "/html5-mail/src/manifest.appcache",
|
||||
"csp": "script-src 'self' 'unsafe-eval'; object-src 'none'; style-src 'self' 'unsafe-inline'",
|
||||
"csp": "default-src *; script-src 'self' 'unsafe-eval'; options eval-script; object-src 'none'; style-src 'self' 'unsafe-inline'",
|
||||
"default_locale": "en"
|
||||
}
|
Loading…
Reference in New Issue
Block a user