From 3efae79647955bf5cad392d4d4675c6984223e57 Mon Sep 17 00:00:00 2001 From: Klein1985 <65520600+Klein1985@users.noreply.github.com> Date: Mon, 18 May 2020 02:37:48 +0000 Subject: [PATCH] Update user.js --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 8050498..536c7d2 100644 --- a/user.js +++ b/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