There’s no easy way to edit the list of web sites we don’t want to manage password (other than using Developer Tools/3rd party extensions to manage Chrome local storage).
There should be an option on the extension menu to allow the user to do that in a friendly way.
gm.cinalli, this is not an easy journey to take) at least for google chrome.
first of all you know where the data’s stored https://help.bitwarden.com/article/where-is-data-stored-computer/, then you can open it with FastoNoSQL https://fastonosql.com/anonim_users_downloads
in chrome it’s leveldb, and you can see there neverDomains key
for Firefox, I believe, they’re just stored in plain js file.
it would be really nice to have an editor somewhere in the UI, the feature would be much appreciated.
This is really bad. I cannot undo or remove “never” sites.
For Firefox, Windows user, the data is in C:\Users\[your username]\AppData\Roaming\Mozilla\Firefox\Profiles\[your firefox profile]\storage\default\moz-extension+++f0d6891d-57d6-4341-a27c-8bffc1001bb6^userContextId=4294967295\idb. And the file is 3647222921wleabcEoxlt-eengsairo.sqlite
Open with Sqlite editor such as Sqlite browser, SQLiteStudio
It is in table: object_data, key: 0ofwfsEpnbjot, and the never list is in data column but as blob (hex). If anyone can help us about how to edit this thing then please describe.
This could be easier. I’d like to see something in Settings that allowed one to view and edit a list of blacklisted web sites. Even more grand would be wildcard matching.
I agree this should be managed through the UI. It only affects the browser repo and it only uses local storage, so it would be pretty straightforward to implement. I’d be happy to submit a pull request if the devs agree.
I suggest it is located under “Manage” in the Settings tab:
@tgreer and @kspearrin - thoughts on this proposal? (I didn’t think it was worth creating a duplicate thread in the Github Contributions category, but let me know if you’d prefer this in the future.)
@eliykat I think this is something that users would like. I know it’s duplicative, but if you could start a thread in the contributions forum, that would be awesome.