Change to set "network.enableIDN" as true,
patch from william.tan@i-dns.net, bug 110028, r=nhotta, sr=darin, a=asa. git-svn-id: svn://10.0.0.236/trunk@116578 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -441,7 +441,7 @@ pref("network.http.proxy.ssl.connect",true);
|
||||
|
||||
// This preference controls whether or not internationalized domain names (IDN)
|
||||
// are handled. IDN requires a nsIIDNService implementation.
|
||||
pref("network.enableIDN", false);
|
||||
pref("network.enableIDN", true);
|
||||
|
||||
// This preference controls whether or not URLs with UTF-8 characters are
|
||||
// escaped. Set this preference to TRUE for strict RFC2396 conformance.
|
||||
|
||||
Reference in New Issue
Block a user