polkadot-js / extension

Simple browser extension for managing Polkadot and Substrate network accounts in a browser. Allows the signing of extrinsics using these accounts. Also provides a simple interface for compliant extensions for dapps.
Apache License 2.0
968 stars 405 forks source link

allow to filter accounts by site, not only by network #1267

Open brenzi opened 1 year ago

brenzi commented 1 year ago

[X] Feature request

If I expose this extension to a site, that site could potentially learn about all my wallet addresses (I have to trust the site that my data is only processed client side). This is a severe privacy risk

I'd like to select per account:

talisman does the latter, but not the former. And - it's not open source (yet?), so it is no option for me to use it

Tbaut commented 1 year ago

I don't think you can have the account by network since the extension is not aware of the networks the dapp is connected to.

As for the which account per website, this feature is implement since https://github.com/polkadot-js/extension/pull/1068 but there has been no public release of the extension since then.