Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow chrome.hid for Crypto Wallets extension #9061

Merged
merged 1 commit into from
Jun 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions patches/extensions-common-api-_permission_features.json.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
index c89ba3f84c35ed0dff9bb26fb581edbfbff6f90c..da57157cba93500b08e2a79e4c0a486c836805cc 100644
--- a/extensions/common/api/_permission_features.json
+++ b/extensions/common/api/_permission_features.json
@@ -328,6 +328,7 @@
"channel": "stable",
"extension_types": ["extension"],
"allowlist": [
+ "21070F3D60711361C1210B870439BE49B5D995F4", // Ethereum Remote Client extension
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should have gone in https://github.com/brave/brave-core/blob/master/common/extensions/api/_permission_features.json or better yet we should dump the existing patch in feature_compiler.py and do a chromium_src override for AddCorePermissionFeatures in the permission_features.h generated file

"496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
"AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev)
"E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken
@@ -667,6 +668,7 @@
"channel": "stable",
"extension_types": ["extension"],
"allowlist": [
+ "21070F3D60711361C1210B870439BE49B5D995F4", // Ethereum Remote Client extension
"496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
"AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev)
"E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken