[hackerone] Request-OTR and debounce services use improper comparator for host cache #32230
Labels
OS/Android
Fixes related to Android browser functionality
OS/Desktop
QA/No
release-notes/include
security
Milestone
Despite both being canonicalized by GURL, the string hosts that end up in host_cache_ can still be not-quite-equal to the actual host. Need to either further canonicalize hosts before comparing, or use a comparator function like url::DomainIs.
This affects any service that maintains its own host cache, which currently includes Request-OTR and debounce services.
credit: https://hackerone.com/reports/2107964 by nishimunea
The text was updated successfully, but these errors were encountered: