Bug 1451890 - TRR: set wait-for-portal false r=mayhemer

Differential Revision: https://phabricator.services.mozilla.com/D25553

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Valentin Gosu 2019-04-05 11:33:11 +00:00
parent 01158a5010
commit c09ea2d6a7

View File

@ -5581,7 +5581,7 @@ pref("network.trr.custom_uri", "");
// On Android, the captive portal is handled by the OS itself
pref("network.trr.wait-for-portal", false);
#else
pref("network.trr.wait-for-portal", true);
pref("network.trr.wait-for-portal", false);
#endif
// Allow RFC1918 address in responses?
pref("network.trr.allow-rfc1918", false);