*Update content_security_policy
This commit is contained in:
parent
15ba32af86
commit
eb238a8bb8
|
@ -26,5 +26,6 @@
|
||||||
"all_frames": true
|
"all_frames": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"web_accessible_resources": ["icon@2x.png", "auth.html"]
|
"web_accessible_resources": ["icon@2x.png", "auth.html"],
|
||||||
|
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue