Forum Discussion

jaredmeakin's avatar
jaredmeakin
New Contributor
3 years ago

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 Provided
Browser:_ Not Provided
Referrer: forum-search:https://1password.community/search?Search=disable%201password%20for%20a%20website

4 Replies

  • 1P_David's avatar
    1P_David
    Icon for 1Password Team rank1Password Team

    Thanks 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:

    • https://developer.1password.com/docs/web/compatible-website-design/#build-logical-forms

    Let us know how that works for you.

  • jaredmeakin's avatar
    jaredmeakin
    New Contributor

    Yup, developing a site and just want to temporarily disable it against localhost.

  • 1P_David's avatar
    1P_David
    Icon for 1Password Team rank1Password Team

    Hi jaredmeakin,

    Is there an item that is constantly suggested when on localhost that you want to prevent, or are you by chance building a site and would like to prevent the 1Password menu from appearing in the fields?

    I look forward to hearing from you!

  • Former Member's avatar
    Former Member

    Do you mean preventing 1PW from offering to autosave an entry?

    With 1PW7 and earlier this was in the settings, under 'browsers'. You would fill in your chosen domains to ignore there. There had also been an option on the popup to not ask again, which would similarly populate that list automatically.

    I didn't see any similar functionality in 1PW8 unfortunately, either in the standalone desktop app or in the standalone browser app. I had tried to find this without success, but someone else may know where to find it now.