It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
jaredmeakin
3 years agoNew Contributor
Can I blacklist a website from 1Password?
I'm wanting to blacklist localhost from 1password, but don't see an option for that.
1Password Version: 1Password for Mac 8.10.0 (81000055)
Extension Version: Not Provided
OS Version: Not ...
1P_David
1Password Team
3 years agoThanks for confirming, jaredmeakin!
You can disable the 1Password menu from appearing in the fields by right-clicking the 1Password icon in a field of the page and selecting 1Password - Password Manager > Hide on this page, however, this won't persist after closing your browser. Since you're developing a site, you can instead try using the data-1p-ignore
attribute to tell 1Password to ignore a field. Here's an example:
<input type="text" id="username" name="ig" data-1p-ignore>
If interested, I've included a link to some of our developer documentation below:
Let us know how that works for you.