marius-wieschollek / passwords-webextension

The official browser extension for the Passwords app for Nextcloud.
GNU General Public License v3.0
103 stars 31 forks source link

Support a blacklist for sites to not track passwords for #262

Open paulvt opened 11 months ago

paulvt commented 11 months ago

Current Status Currently for all (new) sites where I enter a password, the extension tries to collect the credentials.

Feature Description There is a blacklist in the configuration of sites that it just ignores collected password for. For example, if I would like to never store my banking information, I could put the site of my bank there.

Another way would be to have an "Ignore" button next to "Save" and "Delete" for collected password that ensure that it is never collected again (which in the background probably still uses a URL/domain blacklist).

Additional context This mainly prevents the repetitive action of having notifications of collected passwords for the site(s) in question, open the extension, go to the "Collected" tab and remove them.

marius-wieschollek commented 9 months ago

I have delivered the bare minimum: In the beta version, you can now maintain a list of ignored domains in the settings. subdomains will also be ignored automatically.