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

Unified Diff: extensions/test/data/manifest_tests/externally_connectable_all_urls_not_whitelisted.json

Issue 599163003: Add whitelist for extensions to put <all_urls> in externally_connectable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed permission warnings unittest Created 6 years, 3 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: extensions/test/data/manifest_tests/externally_connectable_all_urls_not_whitelisted.json
diff --git a/extensions/test/data/manifest_tests/externally_connectable_all_urls_not_whitelisted.json b/extensions/test/data/manifest_tests/externally_connectable_all_urls_not_whitelisted.json
new file mode 100644
index 0000000000000000000000000000000000000000..b545e139f64c9e329317e57243035fd0f516797e
--- /dev/null
+++ b/extensions/test/data/manifest_tests/externally_connectable_all_urls_not_whitelisted.json
@@ -0,0 +1,11 @@
+{
+ "name": "A non-whitelisted extension that requests <all_urls> for externally_connectable",
+ "version": "1",
+ "manifest_version": 2,
+ "permissions": ["externally_connectable.all_urls"],
+ "externally_connectable": {
+ "matches": [
+ "<all_urls>"
+ ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698