When I search on Google Chrome's address bar, automatically added "www." and ".com" between the search word. I do not know the reproducibility conditions, but in many cases, the problem occurs by below process:
Example (string of address bar → string of address bar after entering return code):
foo:8080→www.foo.com:8080
foo.com→foo.com
In Firefox, I searched a solution that switches "browser.fixup.alternate.enabled" variable to false, but I don't know how to solve in Google Chrome.
I already tried below: - Disable "Use a prediction service to help complete searches and URLs typed in the address bar" variable. - Clear cache by accessing "chrome://net-internals/#dns". - I confirmed to reproduce even in secret window.
How do I do to solve this state?
答案 0 :(得分:1)
已解决。
这是由Chrome键盘快捷键引起的。
当您在地址栏中输入站点名称+ Ctrl + Enter时,输入 www。和.com已添加到网站名称,并且在当前标签中打开了该链接的网址。