Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop password managers from autofilling address fields #10508

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

michaelabon
Copy link

I am a 1Password user (and employee). Whenever I am editing a local business's details in iD, I am frustrated that the 1Password browser extension offers to fill out my personal address instead of the business's address.

Before After
Screenshot 2024-10-18 at 12 16 32 Screenshot 2024-10-18 at 12 17 24

I don't work on our browser extension, I could not tell you why every password manager has their own custom data attribute
when autocomplete=off exists. But, for fairness, I am including other major password managers' custom data attributes to stop them as well from autofilling address fields:

Fixes #10507

I am a 1Password user (and employee).
Whenever I am editing a local business's details in iD,
I am frustrated that the 1Password browser extension offers
to fill out my personal address
instead of the business's address.

I don't work on our browser extension,
I could not tell you why every password manager
has their own custom data attribute
when autocomplete=off exists.
But, for fairness,
I am including other major password managers'
custom data attributes to stop them as well
from autofilling address fields.

I was very pleased to find out that
there was already
a well-used utility function
to disable autocomplete/autocorrect/autocapitalize.

Fixes openstreetmap#10507
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop password managers from autofilling address fields
1 participant