mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-20 23:56:47 -04:00
Update User.js
This commit is contained in:
parent
4bc5b89cfe
commit
671590d48b
4
user.js
4
user.js
@ -296,7 +296,7 @@ user_pref("extensions.blocklist.enabled", true); // [DEFAULT: true]
|
||||
/* 0411: disable SB checks for downloads (both local lookups + remote)
|
||||
* This is the master switch for the safebrowsing.downloads* prefs (0412, 0413)
|
||||
* [SETTING] Privacy & Security>Security>... "Block dangerous downloads" ***/
|
||||
// user_pref("browser.safebrowsing.downloads.enabled", false);
|
||||
// user_pref("browser.safebrowsing.downloads.enabled", true);
|
||||
/* 0412: disable SB checks for downloads (remote)
|
||||
* To verify the safety of certain executable files, Firefox may submit some information about the
|
||||
* file, including the name, origin, size and a cryptographic hash of the contents, to the Google
|
||||
@ -1211,7 +1211,7 @@ user_pref("permissions.delegation.enabled", false);
|
||||
/* 2651: enforce user interaction for security by always asking where to download
|
||||
* [SETUP-CHROME] On Android this blocks longtapping and saving images
|
||||
* [SETTING] General>Downloads>Always ask you where to save files ***/
|
||||
user_pref("browser.download.useDownloadDir", false);
|
||||
user_pref("browser.download.useDownloadDir", true);
|
||||
/* 2652: disable adding downloads to the system's "recent documents" list ***/
|
||||
user_pref("browser.download.manager.addToRecentDocs", false);
|
||||
/* 2653: disable hiding mime types (Options>General>Applications) not associated with a plugin ***/
|
||||
|
Loading…
x
Reference in New Issue
Block a user