08/09/20 04:29:30 RfOi36Uk0
r1978 - Don’t send sensitive URLs to search suggest services.
Google Chrome stops sending data to a suggest service if the typed URL:
* Contains a username:password field (URLリンク(username:password@example.com))
* Has query parameters (the trailing ?param=data following the URL)
* Is an https URL with any path component (any part following the hostname, such as /path in URLリンク(www.example.com))
今まで送ってたのかよ、って感じ