DescriptionLoginDatabase should allow retrieveing credentials with IP addresses
Currently, when a credential for an IP-specified host is saved in
the LoginDatabase, it cannot be retrieved, because it is subjected
to the PSL matching check, and that fails for IP addresses.
The reason is that IP addresses cannot be PSL matched (there is no
subdomain structure to meaningfully match against).
This CL makes sure, that PSL matching for IP addresses reduces
to identity checking. Also, it makes sute that the LoginDatabase
does not even attempt PSL matching on non-HTML forms (PSL
matching is not intended for those).
BUG=423327
Committed: https://crrev.com/71c5a60d9723bc4b8255177cf0dc60b9c750a908
Cr-Commit-Position: refs/heads/master@{#307107}
Patch Set 1 #Patch Set 2 : Fix failing tests #
Total comments: 2
Patch Set 3 : Comments addressed #
Messages
Total messages: 8 (2 generated)
|