Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9013)

Unified Diff: chrome/test/data/extensions/api_test/webrequest/manifest.json

Issue 2472333003: CSP: "local schemes" should inherit policy when embedded. (Closed)
Patch Set: dcheng@ Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/webrequest/manifest.json
diff --git a/chrome/test/data/extensions/api_test/webrequest/manifest.json b/chrome/test/data/extensions/api_test/webrequest/manifest.json
index 3ecf7a3fc95c3414e6ff8e7f34ed90d93c3a8d63..b49ffaed24d34f6bb55d41c474aa0f1c299591df 100644
--- a/chrome/test/data/extensions/api_test/webrequest/manifest.json
+++ b/chrome/test/data/extensions/api_test/webrequest/manifest.json
@@ -3,6 +3,7 @@
"version": "1.0",
"manifest_version": 2,
"description": "Tests the webRequest API.",
+ "content_security_policy": "script-src 'self' http://127.0.0.1:*; object-src 'self'",
"permissions": ["webRequest", "webRequestBlocking", "tabs",
"declarativeWebRequest", "<all_urls>"],
"web_accessible_resources": [
« no previous file with comments | « chrome/browser/devtools/devtools_sanity_browsertest.cc ('k') | chrome/test/data/extensions/api_test/webrequest/test_types.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698