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 (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 https://www.example.com/path)