upgraded nacl and corrected csp in firefox manifest

This commit is contained in:
Tankred Hase 2013-04-21 13:04:05 +02:00
parent 75242953a4
commit acc58bae03
2 changed files with 4313 additions and 10715 deletions

File diff suppressed because one or more lines are too long

View File

@ -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"
}