diff options
author | trav90 <travawine@protonmail.ch> | 2018-05-12 08:32:13 -0500 |
---|---|---|
committer | trav90 <travawine@protonmail.ch> | 2018-05-12 13:07:29 -0500 |
commit | 41d68e3f70b0aabc01cf9a49c43cf1aab0f4bdce (patch) | |
tree | ab1812ebad2c2f5eb46010b8af880ad022e054db /browser/branding | |
parent | e07abdd2822f11b1cc10705ee47734b848acb0ce (diff) | |
download | UXP-41d68e3f70b0aabc01cf9a49c43cf1aab0f4bdce.tar UXP-41d68e3f70b0aabc01cf9a49c43cf1aab0f4bdce.tar.gz UXP-41d68e3f70b0aabc01cf9a49c43cf1aab0f4bdce.tar.lz UXP-41d68e3f70b0aabc01cf9a49c43cf1aab0f4bdce.tar.xz UXP-41d68e3f70b0aabc01cf9a49c43cf1aab0f4bdce.zip |
Make safebrowsing optional at build time - Part 5: preferences
Diffstat (limited to 'browser/branding')
-rw-r--r-- | browser/branding/shared/preferences.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/browser/branding/shared/preferences.inc b/browser/branding/shared/preferences.inc index 90fd3da06..e1b8d3be6 100644 --- a/browser/branding/shared/preferences.inc +++ b/browser/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 Basilisk-official. -pref("browser.safebrowsing.UI.enabled", false); - // pref("general.useragent.appVersionIsBuildID", true); |