Users in the organisation are using the Bitwarden Web-extension on Chrome, Edge and Firefox and are having an issue with the shield icon showing on fields that they shouldn’t be, blocking a part of the field.
The a solution seems to be blocking the web-exension from functioning on a specific path of the domain.
E.g. regex match detection: ^https:\/\/www\.host\.com\.au\/.+$
But the blocked domains as implied only blocks domains, why can’t there be Match detection on the blocked domains as there is for normal password autofill options?
Can you explain what you mean by the above? The URI match detection feature (including regex matching) can only be used to create a match, not to block a match.
If you want to exclude a specific domain from showing the autofill icon in the form fields, then you can add the domain to the block list under Settings > Autofill > Blocked domains.
Sorry I shouldve been more clear, we’re having issues on one path of the domain which we would prefer to disable the web-extension on entirely, but still allow it for logins.
Extension should be disabled here:
www.example.com.au/working_with_fields
However still allow login on this path:
www.example.com.au/login
A solution to this I believe would be to allow blocking not just the whole domain, but via the same methods available to auto-fill via the match detection methods (e.g. regex, starts with, exact etc.)
I know you can edit the auto-fill match detection specifically for the logins so they don’t appear where they shouldn’t, however, the shield icon will still block the end of the field.
OK, I think I understand now. I think that you want the “Blocked Domain” list to work with other URI match detection options (not just Host and Base Domain). Are you specifically requesting that a regex matching option be implemented, or do you want to propose to make available all of the URI match detection options (including Starts With, Exact, and Regex)?
I’ve changed the title of your Feature Request to more accurately reflect your proposed idea (new title: “Option to choose match detection method for “Blocked Domains” entries”; old title was “Blocked Domains Auto-fill Match Detection”).