<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Oct 24, 2014, at 12:58 AM, Boris Zbarsky <<a href="mailto:bzbarsky@MIT.EDU" class="">bzbarsky@MIT.EDU</a>> wrote:<br class=""><div><blockquote type="cite" class="">On 10/23/14, 10:07 PM, Projjol Banerji wrote:<br class=""><div class=""><blockquote type="cite" class="">In it's current state, if I were to write together.js in the url bar,<br class="">it would accept it as an address and try to go to <a href="http://www.together.js" class="">www.together.js</a> . In<br class="">Chrome, for invalid addresses, it re-directs the user to Google's<br class="">result for the given query.<br class=""><br class="">Can this be worked upon?<br class=""></blockquote><br class="">We'll also do a search if the address is actually invalid.<br class=""><br class="">It sounds like for you <a href="http://www.together.js" class="">www.together.js</a> is actually resolving via DNS?<br class=""></div></blockquote></div><br class=""><div class="">Nope.  I’m seeing the same behaviour on Nightly, but:</div><div class=""><br class=""></div><div class=""><div class="">🌘  bwinton@11:43/mozilla-central/ $ ping together.js</div><div class="">ping: cannot resolve together.js: Unknown host</div></div><div class=""><div class="">🌒  bwinton@8:36/mozilla-central/ $ ping <a href="http://www.together.js" class="">www.together.js</a></div><div class="">ping: cannot resolve <a href="http://www.together.js" class="">www.together.js</a>: Unknown host</div></div><div class=""><br class=""></div><div class="">I think it’s more that “together.js" <i class="">looks like</i> a host, and so we try to resolve it, and never manage to fall back to the search.  (And perhaps we shouldn’t, in this case.  I’m not sure how many people try typing things that look like hostnames vs. make typos which they don’t want to search for…)</div><div class=""><br class=""></div><div class="">Projjol, as a workaround, if you use “?together.js”, it won’t do the lookup, and will jump straight to a search…</div><div class=""><br class=""></div><div class="">Later,</div><div class="">Blake.</div><div class=""><br class=""></div></body></html>