From acc0dae4a850ee170067af56180ec5f8cdd0278e Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sun, 9 Dec 2018 08:31:34 +0000 Subject: [PATCH] fix missing >'s --- user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user.js b/user.js index fa370e5..c063b2e 100644 --- a/user.js +++ b/user.js @@ -282,15 +282,15 @@ user_pref("extensions.blocklist.url", "https://blocklists.settings.services.mozi [1] https://wiki.mozilla.org/Security/Safe_Browsing ***/ /* 0410: disable "Block dangerous and deceptive content" * This covers deceptive sites such as phishing and social engineering - * [SETTING] Privacy & Security>SecurityDeceptive Content and Software Protection ***/ + * [SETTING] Privacy & Security>Security>Deceptive Content and Software Protection ***/ // user_pref("browser.safebrowsing.malware.enabled", false); // user_pref("browser.safebrowsing.phishing.enabled", false); // [FF50+] /* 0411: disable "Block dangerous downloads" * This covers malware and PUPs (potentially unwanted programs) - * [SETTING] Privacy & Security>SecurityDeceptive Content and Software Protection ***/ + * [SETTING] Privacy & Security>Security>Deceptive Content and Software Protection ***/ // user_pref("browser.safebrowsing.downloads.enabled", false); /* 0412: disable "Warn me about unwanted and uncommon software" - * [SETTING] Privacy & Security>SecurityDeceptive Content and Software Protection ***/ + * [SETTING] Privacy & Security>Security>Deceptive Content and Software Protection ***/ // user_pref("browser.safebrowsing.downloads.remote.block_potentially_unwanted", false); // [FF48+] // user_pref("browser.safebrowsing.downloads.remote.block_uncommon", false); // [FF48+] // user_pref("browser.safebrowsing.downloads.remote.block_dangerous", false); // [FF49+]