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

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

Issue 166793003: Allow FTP requests by Chromium extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 9 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/cross_origin_xhr/content_script/manifest.json
diff --git a/chrome/test/data/extensions/api_test/cross_origin_xhr/content_script/manifest.json b/chrome/test/data/extensions/api_test/cross_origin_xhr/content_script/manifest.json
index 098b038d9601edd2fa7b29edb0bae78919feab44..1c533b1b99351dca2729422e150aeaddf4f3e32c 100644
--- a/chrome/test/data/extensions/api_test/cross_origin_xhr/content_script/manifest.json
+++ b/chrome/test/data/extensions/api_test/cross_origin_xhr/content_script/manifest.json
@@ -10,5 +10,5 @@
"js": [ "content_script.js" ],
"matches": [ "http://localhost/*" ]
} ],
- "permissions": ["http://a.com/", "http://*.b.com/"]
+ "permissions": ["http://a.com/", "http://*.b.com/", "ftp://127.0.0.1/*"]
}

Powered by Google App Engine
This is Rietveld 408576698