mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
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:
parent
9088ff378b
commit
481d809747
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user