marius-wieschollek/passwords-webextension

Support a blacklist for sites to not track passwords for

Opened this issue · 1 comments

paulvt commented

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.

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.