搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Firefox 83 will not open local webserver site - other browsers will

  • 4 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 gabhan

more options

Since updating to Firefox 83 today, Firefox will not open my local webserver by name (anfield). I can ping the name of the server and it resolves fine. And the site opens correctly in Microsoft Edge. But Firefox just says 'Hmm. We’re having trouble finding that site. We can’t connect to the server at anfield.' Interestingly, I can open the website using it's IP address, but all my shortcuts to my development sites are on this webserver by name (anfield). Why is Firefox unable to resolve the name?

Since updating to Firefox 83 today, Firefox will not open my local webserver by name (anfield). I can ping the name of the server and it resolves fine. And the site opens correctly in Microsoft Edge. But Firefox just says 'Hmm. We’re having trouble finding that site. We can’t connect to the server at anfield.' Interestingly, I can open the website using it's IP address, but all my shortcuts to my development sites are on this webserver by name (anfield). Why is Firefox unable to resolve the name?

被采纳的解决方案

interestingly, adding .local works. And changing the network.dns.dns_query_single_label to false, also works without adding the .local. Cheers

定位到答案原位置 👍 0

所有回复 (4)

more options

I should add that I'm using Windows 10 and Firefox 83.0 (64-bit)

more options

hi, can you try to add ".local" at the end of the server name and see if you can connect then?

more options

You also could try this preference flip, which rolls back a change to how Firefox queries Windows DNS:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box in the page, type or paste dns_ and pause while the list is filtered

(3) Double-click the network.dns.dns_query_single_label preference to switch the value from true to false

More info on about:config: Configuration Editor for Firefox. Source: bug 1677806.

more options

选择的解决方案

interestingly, adding .local works. And changing the network.dns.dns_query_single_label to false, also works without adding the .local. Cheers