Skip to content

Commit 9b2000c

Browse files
committed
Expose chrome.braveShields to brave-extension only
Fix brave/brave-browser#602
1 parent ab75711 commit 9b2000c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

common/extensions/api/_api_features.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
// This Source Code Form is subject to the terms of the Mozilla Public
22
// License, v. 2.0. If a copy of the MPL was not distributed with this
33
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
// Command to get whitelist ID: echo -n mnojpmjdmbbfmejpflffifhffcmidifd | openssl sha1
45

56
{
67
"braveShields": {
78
"channel": "stable",
89
"dependencies": [],
9-
"contexts": ["blessed_extension"]
10+
"contexts": ["blessed_extension"],
11+
"whitelist": [
12+
"A321D47A2B4CA86898167A55CA8B2E02385EA7CD"
13+
]
1014
},
1115
"topSites": [{
1216
"dependencies": ["permission:topSites"],

0 commit comments

Comments
 (0)