DescriptionAdd whitelist for extensions to put <all_urls> in externally_connectable
Normally extensions must specify a concrete list of url patterns. But with this
patch, extensions on the whitelist can do:
"permissions": ["externally_connectable.all_urls"],
"externally_connectable": {
"matches": ["<all_urls>"]
}
and they will be able to be connected to from any url.
Also add an entry to the whitelist for the CryptoToken extension.
BUG=417062, 417494
Committed: https://crrev.com/860c6547ac322954027fc226e75881f15585f14b
Cr-Commit-Position: refs/heads/master@{#296799}
Patch Set 1 #Patch Set 2 : fixed permission warnings unittest #Messages
Total messages: 12 (4 generated)
|