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

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

Issue 14358004: Almost all actions in Declarative Web Request require all_urls host permissions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: All URLs -> all hosts; also rebased Created 7 years, 8 months 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 6cf7d40b31875331a0acca73f17e221df75cb894..3ecf7a3fc95c3414e6ff8e7f34ed90d93c3a8d63 100644
--- a/chrome/test/data/extensions/api_test/webrequest/manifest.json
+++ b/chrome/test/data/extensions/api_test/webrequest/manifest.json
@@ -4,8 +4,7 @@
"manifest_version": 2,
"description": "Tests the webRequest API.",
"permissions": ["webRequest", "webRequestBlocking", "tabs",
- "declarativeWebRequest", "http://*.a.com/*", "https://*.a.com/*",
- "http://non_existing_third_party.com/image.png"],
+ "declarativeWebRequest", "<all_urls>"],
"web_accessible_resources": [
"simpleLoad/a.html",
"complexLoad/a.html",

Powered by Google App Engine
This is Rietveld 408576698