From d356170049fe29965bb377dd4fdef649295af64b Mon Sep 17 00:00:00 2001 From: Valentin Gosu Date: Thu, 26 Nov 2020 05:22:41 +0000 Subject: [PATCH] Bug 1677806 - Set network.dns.dns_query_single_label to false r=Gijs This seems to have caused a bunch of regressions. We'll likely try to enable it at a later time. Differential Revision: https://phabricator.services.mozilla.com/D97597 --- modules/libpref/init/StaticPrefList.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index 03217b79f733..b1d7da71ba3d 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -8546,7 +8546,7 @@ # API instead of PR_GetAddrInfoByName - name: network.dns.dns_query_single_label type: RelaxedAtomicBool - value: true + value: false mirror: always # The proxy type. See nsIProtocolProxyService.idl