1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-30 16:30:00 +02:00

fix script execution with new CSP.

This commit is contained in:
Kushagra Gour
2016-05-07 02:20:36 +05:30
parent 89d0b15bc2
commit 1d39b5855a
3 changed files with 13 additions and 16 deletions

View File

@@ -9,6 +9,7 @@
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-oEJh/gQdHXu0Vw34Jd7uSMA+d9M2HnPWjJvHIqRgs0w='; object-src 'self'",
"icons": {
"16": "icon-16.png"
}