Hi. I have credentials stored for a list of subdomains using the Chrome extension:
a.example.com
b.example.com
c.example.com
...
z.example.com
When acessing e.g. b.example.com I get credentials matching a, c, d, e, f, g, h, .., b, ... z. Sometimes it's not in the list of suggestions but I have to search for it.
It's 2021 and surely someone can invent a smarter algorithm for matching a subdomain against the subdomain in the stored credential url? It shouldn't be rocket science.
I am proposing two things:
1) Keep track of when a credential is used somewhere and attempt to prioritize it next revisit.
2) Credentials matching subdomain urls should go before those who just match sibling subdomains.
Does that make sense?
... View more