mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
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.mode", 0);
|
||||||
// user_pref("network.trr.bootstrapAddress", "");
|
// user_pref("network.trr.bootstrapAddress", "");
|
||||||
// user_pref("network.trr.uri", "");
|
// 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]
|
/*** 0800: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS [SETUP]
|
||||||
If you are in a private environment (no unwanted eyeballs) and your device is private
|
If you are in a private environment (no unwanted eyeballs) and your device is private
|
||||||
|
Loading…
Reference in New Issue
Block a user