Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
4 years agoFeature request: Hide 1Password on an entire website
I'm trying to figure out how to disable 1Password for specific websites. I understand that the first time I visit a url have the option to "Never Ask Again," but I don't know how to manually enable that feature for a website that I visit frequently.
I do want to maintain this site's account credentials in 1Password, including the username, email address, and site url, but I do not want the 1Password browser extension actually displaying on that url. Is there a way to achieve this?
I'm using Firefox.
1Password Version: 1Password 7 Version 7.9.2 (70902004) Mac App Store
Extension Version: Firefox Extension 2.2.3
OS Version: macOS 12.2.1
Hello folks!
As mentioned by Evon a year ago here, 1Password can now be permanently hidden on specific URLs in your browser by following these steps:
- Right-click on the page in question.
- Choose 1Password - Password Manager > Hide on this page.
This will hide 1Password on that specific page (URL) but not the entire website. This preference will persist even if you close or restart your browser. To clear your hidden pages you can right-click on the 1Password icon in your browser's toolbar, click Autofill & save, and then click Reset hidden pages.That said, the internal feature request to expand this feature so you can hide 1Password across an entire website (not just a single page) is still open with the product team. Please keep the feedback coming, it really helps us understand how we can continue improving 1Password to better fit your needs.
-Dave
50 Replies
- mathmeetsmusicNew Contributor
Seriously guys, am I going to have to join this company for a single week, implement the feature, and then quit? 4 years for a no brainer feature like this is nuts. Symptom of a wider problem in the company...
- tygitalNew Contributor
+1 here + a team of 3.
Please implement this, as YvesRausch wrote:
"It is quiet simple: Add in context menu > Don't use 1Password on this site, add to blacklist, all be happy." - stellar292New Contributor
I'm also looking for a way to stop 1Password from showing autofill suggestions only on specific sites (e.g. RailsAdmin in several different environments). "Hide on this page" is only temporary, I'd like it to be permanent.
- aquafarrNew Contributor
+1 here, or +a team of 15 people.
Saving your password for 1Password in 1Password seems like a terrible idea. Please find a way ASAP to block certain websites.
The only close to workaround I've found as an administrator is this:
In a vault that is shared with the entire organization create a log in with these settings:
Login Title: x DO NOT save your log in for this site.
username: Login Blocker (ask IT Admin)
password: x(Don't put the term "1Password" or "Password" in the Login Title, this keep it from turning up in day to day searches of 1P. The password is literally one character. So that if it ever did get filled it would be obvious that the password is only one character.)
website: https://1password.com
website: https://my.1password.com/then do the filters for "Never fill on this website" for both.
All this creates a pop up reminder team members to not attempt saving their PW to 1Password. This login is buried in a vault that no one would search out. But 1. admins can't lock editing of a Login so anyone could edit it and 2. I'm not sure how the conflict would work if they attempted to create a new password for this same site from within the app. There would be two instances of the website in the 1Password database, one blocked one not. For that matter a team member could still save their PW in 1Password they just can't fill it on a site.
.... y'all just fix this please.
- kiwiantNew Member
No luck trying this with identities but speaking of hacks has anyone tried adding a JavaScript hack (if they have control over web site code) to remove the 1Password extension elements as they appear? Can't believe we're talking about hacks for a feature that should be present.
- kiwiantNew Member
I've just created a snippet of JavaScript for our sites to block 1Password from showing the menu and buttons and appears to work on version 8.12.2.37 of the extension. The downside is that one needs access to the web site's code to deploy.
const block1Password = () => { document.querySelectorAll('com-1password-menu,com-1password-button') .forEach(el => el.remove()); }; new MutationObserver(block1Password).observe(document.documentElement, { childList: true, subtree: true });
- 1P_Evon
1Password Team
Hello YvesRausch, thank you for your feedback. I’ve shared your request for this feature with the team.
-Evon
ref: PB-38957241
- YvesRauschNew Contributor
Hello everyone,
I want to use 1Password for the whole company, but this missing feature prevents me from rolling this out, because we can not disable 1Password for our development URI's and user acceptance fro mour development and QA teams would be like zero.
I found a previous post where someone mentioned to add the URI to the blacklist, but this feature does not seems to exists. It is quiet simple: Add in context menu > Don't use 1Password on this site, add to blacklist, all be happy. This is not really a big deal but community waits for 4 years now on this feature. - 1P_Dave
Moderator
Thanks for the reply. You wrote:
My issue was with the 1Password login page (the one with only a password to enter) which I somehow had saved in 1Password (but with a previous password, so it was not even the right one). I have saved a long password for 1Password in my Google Password Manager, so it's easy, but (I hope) still secure, but the 1Password proposal dropdown was getting in the way.
I don't recommend saving the account password for 1Password in another password manager. Your account password should be the "one password" that you memorize and store only in your head (hence our name). If your account password is too long to be memorized then I recommend using our guide to choose a new account that is both memorable and secure:
Remember that your 1Password account is protected using not only your account password but your Secret Key as well.
It's just the Hide on this page that is session only - which I hope you will fix as soon as possible, as it doesn't have much value as of now.
My colleague David has filed a feature request on your behalf, thanks again for the feedback. 🙂
-Dave
- SvendKNew Contributor
Hi David, thanks for the prompt reply.
I'll look forward for any product updates on this part (no backlink to this thread? :-) )
My issue was with the 1Password login page (the one with only a password to enter) which I somehow had saved in 1Password (but with a previous password, so it was not even the right one). I have saved a long password for 1Password in my Google Password Manager, so it's easy, but (I hope) still secure, but the 1Password proposal dropdown was getting in the way. The 10-minute session timeout make me enter the (long) password each and every time I have to use a password from 1Password, which is a bit tedious, so I have to have it saved in the browser.
I guess I could just remove the login to 1Password from 1Password itself. I wonder why the 1Password login URL isn't blacklisted/hidden by default. It doesn't make much sense to have the password for the password manager inside the password manager :-)
And as noted, it was keeping getting back, even though I checked the Hide on this page, but that was the session-only-thing. I just noticed a key in the URL parameters in the 10 minute timeout relogin-form, so I first thought the hiding wasn't working because the full URL was changing. Now I have checked another page, where the stored URL incidentally includes a lot of parameters, and it still works if I go to the base URL (domain.com). And vice versa, I tried removing the long URL for the login in 1Password, so the stored URL is just a base URL, and then went to the long URL in the browser, and that also worked, so my thesis was wrong :-)
It's just the Hide on this page that is session only - which I hope you will fix as soon as possible, as it doesn't have much value as of now.
Thanks again (and sorry for the long post):-)
- 1P_David
1Password Team
Hi SvendK,
Thanks for contacting us, and welcome to the community!
I'm sorry that you're experiencing trouble when needing to hide the 1Password inline menu on certain pages. I've let our Product team know that you'd also like to see this feature implemented.
While I don't have any updates to share on this feature request, if the feature becomes available in the future, it will be noted in our release notes: 1Password Releases
You also mentioned:
Also, is it also working if the URL includes a changing parameter (a session key)? Will it be working if the login stored in 1Password excludes the URL parameter?
Can you clarify your question a bit further? In order for 1Password to autofill on a page, the URL for website will need to be saved in the item's details. If the URL is excluded, then the item will not be suggested.
I look forward to hearing from you!
-David
ref: PB-38467275
- SvendKNew Contributor
Hi 1Password.
I was just fiddling with this Hide on this page option, as it was keeping showing up on a certain login form, even though I had checked the Hide on this page option. And then I found this thread confirming that the option is only per-session.
Any information on the progress of this feature change request? :-)
Also, is it also working if the URL includes a changing parameter (a session key)? Will it be working if the login stored in 1Password excludes the URL parameter?
Best regards,
SvendK