1password 4 does not match/filter subdomains
I have 2 logins each for different subdomains (e.g. subdomain1.domain.tld and subdomain2.domain.tld) but 1password does not filter them. It just offers both logins for each subdomain.
It would be nice to have an option to set the login only to respond for the specified subdomain.
Comments
-
Does toggling the Lenient URL matching option (on the Logins tab of 1Password preferences) make any difference?
0 -
It seems to solve my problem when I activate the Lenient URL matching option.
According to a previous discussion the activation should disable subdomain matching, so I guess this option is not working correctly?
0 -
I have 2 logins each for different subdomains (e.g. subdomain1.domain.tld and subdomain2.domain.tld) but 1password does not filter them. It just offers both logins for each subdomain.
Correct. We display both Login items because they both match the
domain.tld
domain, but if your web browser is onsubdomain2.domain.tlb
then this Login item should appear at the top of the 1Password menu (above the other Login items that do not match your subdomain).0 -
@svondutch
Maybe you've considered this, but if not then maybe one for your infinitely expanding todo list:Allow the user to enter partial urls and then only perform matching on the domain levels higher than the ones specified. For example:
Login 1
Url: example.com
Matches:
www.example.com
https://example.com
sub1.example.com
sub2.sub1.example.com
www.example.com/login
sub1.example.com/adminLogin 2
Url:
sub1.example.comMatches:
sub1.example.com
sub2.sub1.example.com
https://sub1.example.com
sub1.example.com/login
sub1.example.com/adminDoes not match:
www.example.com
https://example.com
www.example.com/login
www.example.com/adminLogin 3
Url: sub1.example/loginMatches:
sub1.example.com
https://sub1.example.com
sub1.example.com/login
sub2.sub1.example.com/loginDoes not match:
www.example.com
https://example.com
www.example.com/login
www.example.com/admin
sub1.example.com/admin
sub2.sub1.example.comBasically, start at the TLD and work out in both directions.
I'd also consider change the Lenient Matching checkbox to the "Matching Rule" dropdown containing:
Single Match (same as current Lenient Matching off)
Lenient Multiple Matches (same as current Lenient Matching on)
Strict Multiple Matches (New scheme above)0 -
@RichardPayne for domain matching, we use Mozilla's public suffix list. Then we move some of your matching Logins to the top of the menu (primarily sub-domain matches, and your favorites). Those then appear above "Show X more items..."
0 -
Using the public suffix list is fine for determining the starting point. What I was suggesting was that you allow the user to more tightly specify what will match.
0 -
@RichardPayne I agree with more user control.
0 -
@RichardPayne @admxnl Over the years, we have rewritten domain matching quite a few times, up to the point it was so complex that nobody (not even us ourselves) understood what it did.
0