1
1
Depending on the DNS server being used, when the user enters a single word into the Location Bar, sometimes Firefox will display "Did you mean to go to...?".
Why does this only happen with certain DNS servers, but not with others?
Wasn't Firefox changed to not make DNS calls on single word searches from the Location Bar?
Testing performed on Firefox v38.0.5.
firefox 38.0.5 No
Did you mean to go to
notifications at all. – befzz – 2015-06-30T21:30:44.427@befzz Thanks. If you try a few different DNS servers, some will cause Firefox to generate the notification. – RockPaperLizard – 2015-06-30T21:45:49.427
can you provide some magic words that cause to show notifications? and dns servers?(public google)? – befzz – 2015-06-30T21:48:27.673
@befzz Almost any random string consisting of at least 4 characters should demonstrate the issue. For example,
abcd
andefgh
. – RockPaperLizard – 2015-06-30T23:58:04.093there is an option in
about:config
browser.fixup.dns_first_for_single_words;true
– befzz – 2015-07-01T00:27:05.313@befzz Thanks! It was already set to false (which is now the default). Unfortunately, even with it set to false, it seems to make a DNS call. – RockPaperLizard – 2015-07-01T04:31:59.860