From 9e3c379e9615cf89de375d9151bb2d262b5c5402 Mon Sep 17 00:00:00 2001 From: quindecim Date: Sun, 28 Jul 2019 09:34:32 +0000 Subject: [PATCH] Update 'user.js' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⛔️ Disabled security bypass buttons (DESKTOP only) --- user.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/user.js b/user.js index 47637a1..21ff9e3 100644 --- a/user.js +++ b/user.js @@ -1228,6 +1228,13 @@ user_pref("media.devices.insecure.enabled", false); user_pref("remote.enabled", false); // [DESKTOP] user_pref("remote.force-local", true); // [DESKTOP] user_pref("remote.log.level", ""); // [DESKTOP] +// ------------------------------------- +// Pref : Disable security bypass buttons +// Prevent the user from bypassing security in certain cases. +// "security.certerror.hideAddException" prevents adding an exception when an invalid certificate is shown. +// "browser.safebrowsing.allowOverride" prevents selecting "ignore the risk" and visiting a harmful site anyway. +user_pref("browser.safebrowsing.allowOverride", false); // [DESKTOP] +user_pref("security.certerror.hideAddException", true); // [DESKTOP] // // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // Section : Block Implicit Outbound @@ -1960,7 +1967,6 @@ user_pref("extensions.getAddons.cache.enabled", false) // ------------------------------------- // Pref : Disable Google Safe Browsing (Block dangerous and deceptive contents) user_pref("browser.safebrowsing.enabled", false); // [DESKTOP] -user_pref("browser.safebrowsing.allowOverride", false); user_pref("browser.safebrowsing.blockedURIs.enabled", false); user_pref("browser.safebrowsing.debug", false); user_pref("browser.safebrowsing.downloads.enabled", false); // [DEFAULT: false]