| Index: chrome/test/data/extensions/api_test/content_security_policy/manifest.json
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/content_security_policy/manifest.json (revision 112565)
|
| +++ chrome/test/data/extensions/api_test/content_security_policy/manifest.json (working copy)
|
| @@ -4,5 +4,5 @@
|
| "manifest_version": 2,
|
| "description": "Sanity check that content_security_policy works for extensions. The majority of this is implemented (and tested) in WebKit, but we have a sanity test here just to make sure the integration with Chromium keeps working.",
|
| "background_page": "test.html",
|
| - "content_security_policy": "script-src 'self'"
|
| + "content_security_policy": "script-src 'self'; object-src 'none'"
|
| }
|
|
|