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

Unified Diff: extensions/test/data/manifest_tests/externally_connectable_all_urls_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
« no previous file with comments | « extensions/test/data/manifest_tests/externally_connectable_all_urls_not_whitelisted.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/manifest_tests/externally_connectable_all_urls_whitelisted.json
diff --git a/extensions/test/data/manifest_tests/externally_connectable_all_urls_whitelisted.json b/extensions/test/data/manifest_tests/externally_connectable_all_urls_whitelisted.json
new file mode 100644
index 0000000000000000000000000000000000000000..8fbc59e2de57aef247c5c841f2dbc948fb042525
--- /dev/null
+++ b/extensions/test/data/manifest_tests/externally_connectable_all_urls_whitelisted.json
@@ -0,0 +1,12 @@
+{
+ "name": "A whitelisted extension that requests <all_urls> for externally_connectable",
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwBulalpRjkun/sRoaxIRpg6+qM6lJlI1whKuTJP9TzYxdTs955Wmfj6CmX07+VIbsFnAAcI67F2LhbmXiueYe39xGvvVQ3w5l+WPdJ8a9AV/t6Afpi3H0LRjB1oIB2k1rp/6j5tDY2zly4Q/eqlxEB+Y81RBw6gbo9LpFEOAxsZwRGMs2z1x7I7MybY38HFKM6d58U6ovm5QJuhgGWfmGI+4TdRf61OMxBPXArBDmNQGElsJJmclebD5fS2ynXcmN+/1e2oAdu6saQbb82gec7x8fOi9TEeYIFiQSPGY3/vlK5dSKGYU59O6nGIZMh2JA605IGuat//NdXDH77Yw+QIDAQAB",
+ "version": "1",
+ "manifest_version": 2,
+ "permissions": ["externally_connectable.all_urls"],
+ "externally_connectable": {
+ "matches": [
+ "<all_urls>"
+ ]
+ }
+}
« no previous file with comments | « extensions/test/data/manifest_tests/externally_connectable_all_urls_not_whitelisted.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698