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

Side by Side Diff: chrome/test/data/extensions/manifest_tests/externally_connectable_ids_and_matches.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, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/externally_connectable_error_wildcard_host.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "unit_tests --gtest_filter=ExternallyConnectableTest.IDsAndMatches", 2 "name": "unit_tests --gtest_filter=ExternallyConnectableTest.IDsAndMatches",
3 "version": "1", 3 "version": "1",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "externally_connectable": { 5 "externally_connectable": {
6 "ids": [ 6 "ids": [
7 "abcdefghijklmnopabcdefghijklmnop", 7 "abcdefghijklmnopabcdefghijklmnop",
8 "ponmlkjihgfedcbaponmlkjihgfedcba" 8 "ponmlkjihgfedcbaponmlkjihgfedcba"
9 ], 9 ],
10 "matches": [ 10 "matches": [
11 "http://example.com/", 11 "http://example.com/",
12 "*://*.google.com/*", 12 "*://*.google.com/*",
13 "http://build.chromium.org/*" 13 "http://build.chromium.org/*",
14 "http://appspot.com/*",
15 "http://com/*",
16 "http://go/*",
17 "http://no.wildcard.path/"
14 ] 18 ]
15 } 19 }
16 } 20 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/externally_connectable_error_wildcard_host.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698