mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
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:
parent
01158a5010
commit
c09ea2d6a7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user