@@ -1194,7 +1194,6 @@ pref("javascript.options.dump_stack_on_debuggee_would_run", false);
1194
1194
pref ( "javascript.options.dynamicImport" , true ) ;
1195
1195
1196
1196
// advanced prefs
1197
- pref ( "advanced.mailftp" , false ) ;
1198
1197
pref ( "image.animation_mode" , "normal" ) ;
1199
1198
1200
1199
// If this pref is true, prefs in the logging.config branch will be cleared on
@@ -1491,14 +1490,6 @@ pref("network.http.send_window_size", 1024);
1491
1490
// There is also image.http.accept which works in scope of image.
1492
1491
pref ( "network.http.accept" , "" ) ;
1493
1492
1494
- // default values for FTP
1495
- // in a DSCP environment this should be 40 (0x28, or AF11), per RFC-4594,
1496
- // Section 4.8 "High-Throughput Data Service Class", and 80 (0x50, or AF22)
1497
- // per Section 4.7 "Low-Latency Data Service Class".
1498
- pref ( "network.ftp.data.qos" , 0 ) ;
1499
- pref ( "network.ftp.control.qos" , 0 ) ;
1500
- pref ( "network.ftp.enabled" , false ) ;
1501
-
1502
1493
// The max time to spend on xpcom events between two polls in ms.
1503
1494
pref ( "network.sts.max_time_for_events_between_two_polls" , 100 ) ;
1504
1495
@@ -1762,9 +1753,6 @@ pref("network.dns.offline-localhost", true);
1762
1753
// A negative value will keep the thread alive forever.
1763
1754
pref ( "network.dns.resolver-thread-extra-idle-time-seconds" , 60 ) ;
1764
1755
1765
- // Idle timeout for ftp control connections - 5 minute default
1766
- pref ( "network.ftp.idleConnectionTimeout" , 300 ) ;
1767
-
1768
1756
// enables the prefetch service (i.e., prefetching of <link rel="next"> and
1769
1757
// <link rel="prefetch"> URLs).
1770
1758
pref ( "network.prefetch-next" , true ) ;
@@ -1887,8 +1875,6 @@ pref("network.http.tailing.total-max", 45000);
1887
1875
// Enable or disable the whole fix from bug 1563538
1888
1876
pref ( "network.http.spdy.bug1563538" , true ) ;
1889
1877
1890
- pref ( "network.proxy.ftp" , "" ) ;
1891
- pref ( "network.proxy.ftp_port" , 0 ) ;
1892
1878
pref ( "network.proxy.http" , "" ) ;
1893
1879
pref ( "network.proxy.http_port" , 0 ) ;
1894
1880
pref ( "network.proxy.ssl" , "" ) ;
0 commit comments