You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to whitelist access to chrome.sockets.* for local development with unpacked extension to test how feasible those APIs are for use in IPFS integration.
Problem Summary
I am trying to whitelist access to
chrome.sockets.*
for local development with unpacked extension to test how feasible those APIs are for use in IPFS integration.Why?
Steps to Reproduce
I suspect I am just missing some obvious step, so below is what I did:
I loaded an unpacked extension with
sockets
section added to manifest (this branch), it got assigned IDpaanflafljinkomjoheoobkeigpakegp
.Generated ID shortcut via:
and added it to whitelists for
sockets.*
APIs insrc/brave/common/extensions/api/_api_features.json
)Rebuilt Brave via
npm run build
Started it via
npm start
Loaded extension again, it got the same ID (
paanflafljinkomjoheoobkeigpakegp
) but whitelisting did not work and I got this error:I also tried to remove
"whitelist"
and added"unblessed_extension"
to"context"
, but the result was the same.Would appreciate some guidance on what am I missing, or where should I look.
The text was updated successfully, but these errors were encountered: