fixes bug 284474 "Converting to UTF-8 a url with an unescaped non-ASCII chars in the query part leads to an incompaitbilty with most server-side programs" r=jshin sr=bzbarsky

This commit is contained in:
darin%meer.net 2005-10-11 01:41:51 +00:00
parent 9088ff378b
commit 481d809747

View File

@ -625,7 +625,7 @@ pref("network.standard-url.escape-utf8", true);
// This preference controls whether or not URLs are always encoded and sent as
// UTF-8.
pref("network.standard-url.encode-utf8", true);
pref("network.standard-url.encode-utf8", false);
// Idle timeout for ftp control connections - 5 minute default
pref("network.ftp.idleConnectionTimeout", 300);