summaryrefslogtreecommitdiff
path: root/branding
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2018-05-26 18:46:33 -0400
committerGaming4JC <g4jc@bulletmail.org>2018-05-26 18:46:33 -0400
commitd2c47f5aa8c8d3ea01e8485dc6528b3f3721bd58 (patch)
tree7b25f53ab0f0ea9a2a49cccf232f651ef3dd1892 /branding
parent9354fa4d91a79dcfa8aba3251b22abf78b61e083 (diff)
downloadiceweasel-uxp-d2c47f5aa8c8d3ea01e8485dc6528b3f3721bd58.tar.gz
remove safebrowsing and disable features
Diffstat (limited to 'branding')
-rw-r--r--branding/shared/preferences.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/branding/shared/preferences.inc b/branding/shared/preferences.inc
index 8da1105..e1b8d3b 100644
--- a/branding/shared/preferences.inc
+++ b/branding/shared/preferences.inc
@@ -22,14 +22,5 @@ pref("app.update.badgeWaitTime", 0);
// If this is less than 5, then pasting code into the web console or scratchpad is disabled
pref("devtools.selfxss.count", 100);
-// Disable Google Safebrowsing by default. Without an API key, this won't work.
-pref("browser.safebrowsing.phishing.enabled", false);
-pref("browser.safebrowsing.malware.enabled", false);
-pref("browser.safebrowsing.downloads.enabled", false);
-pref("browser.safebrowsing.downloads.remote.enabled", false);
-
-// Disable the UI controls for it as well for Iceweasel-official.
-pref("browser.safebrowsing.UI.enabled", false);
-
//
pref("general.useragent.appVersionIsBuildID", true);