Bug 945240 - Temporarily set the network.standard-url.punycode-host pref to false r=me draft
authorValentin Gosu <valentin.gosu@gmail.com>
Tue, 11 Jul 2017 19:10:32 +0200
changeset 607141 18cd23a849830ed715573b544d086a1306dbe53c
parent 607140 15f1baf164e7f732b6b55c04290533e1c8266b6c
child 607142 6bc9ca82227a6bc9b273855590138cd2686ca5dc
push id67902
push uservalentin.gosu@gmail.com
push dateTue, 11 Jul 2017 21:59:36 +0000
reviewersme
bugs945240
milestone56.0a1
Bug 945240 - Temporarily set the network.standard-url.punycode-host pref to false r=me This is so we can land these changes, followed by setting the pref to true, landing the test changes, and fixing all of the places where this would break the UI. See bug 945240 comment 100 MozReview-Commit-ID: ItEhfavx57s
modules/libpref/init/all.js
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -1989,17 +1989,17 @@ pref("network.dns.offline-localhost", tr
 pref("network.standard-url.max-length", 1048576);
 
 // The preference controls if the rust URL parser is run in parallel with the
 // C++ implementation. Requires restart for changes to take effect.
 pref("network.standard-url.enable-rust", false);
 
 // Whether nsIURI.host/.hostname/.spec should return a punycode string
 // If set to false we will revert to previous behaviour and return a unicode string.
-pref("network.standard-url.punycode-host", true);
+pref("network.standard-url.punycode-host", false);
 
 // Idle timeout for ftp control connections - 5 minute default
 pref("network.ftp.idleConnectionTimeout", 300);
 
 // directory listing format
 // 2: HTML
 // 3: XUL directory viewer
 // all other values are treated like 2