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

Unified Diff: chrome/test/data/extensions/manifest_tests/externally_connectable_error_all_urls.json

Issue 15862011: Restrict the externally_connectable manifest key to effectively a single origin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yoz Created 7 years, 7 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/manifest_tests/externally_connectable_error_all_urls.json
diff --git a/chrome/test/data/extensions/manifest_tests/externally_connectable_error_all_urls.json b/chrome/test/data/extensions/manifest_tests/externally_connectable_error_all_urls.json
new file mode 100644
index 0000000000000000000000000000000000000000..027284ff6b2d04fc644c561fa6029a3a46c72d83
--- /dev/null
+++ b/chrome/test/data/extensions/manifest_tests/externally_connectable_error_all_urls.json
@@ -0,0 +1,12 @@
+{
+ "name": "unit_tests --gtest_filter=ExternallyConnectableTest.ErrorAllURLs",
+ "version": "1",
+ "manifest_version": 2,
+ "externally_connectable": {
+ "matches": [
+ "*://example.com/*",
+ "<all_urls>",
+ "http://build.chromium.org/*"
+ ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698