add network.ftp.enabled
This commit is contained in:
parent
1b0c9f66d9
commit
b880c9da61
3
user.js
3
user.js
@ -483,6 +483,9 @@ user_pref("network.proxy.autoconfig_url.include_path", false);
|
||||
// user_pref("network.trr.mode", 0);
|
||||
// user_pref("network.trr.bootstrapAddress", "");
|
||||
// user_pref("network.trr.uri", "");
|
||||
/* 0708: disable FTP (FF60+)
|
||||
* [1] https://www.ghacks.net/2018/02/20/firefox-60-with-new-preference-to-disable-ftp/ ***/
|
||||
// user_pref("network.ftp.enabled", false);
|
||||
|
||||
/*** 0800: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS [SETUP]
|
||||
If you are in a private environment (no unwanted eyeballs) and your device is private
|
||||
|
Loading…
Reference in New Issue
Block a user