updated csp

This commit is contained in:
Tankred Hase 2013-03-28 22:18:46 +01:00
parent 6cf9d81dff
commit 75682e3d09
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@
"url": "http://whiteout.io"
},
"appcache_path": "/html5-mail/src/manifest.appcache",
"csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'",
"csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self'",
"default_locale": "en"
}