Make safebrowsing optional at build time - Part 5: preferences

This commit is contained in:
trav90 2018-05-12 08:32:13 -05:00 committed by Roy Tam
commit dbcd0c066f
7 changed files with 22 additions and 29 deletions

View file

@ -4998,6 +4998,7 @@ pref("dom.flyweb.enabled", false);
// Enable mapped array buffer by default.
pref("dom.mapped_arraybuffer.enabled", true);
#ifdef MOZ_SAFE_BROWSING
// The tables used for Safebrowsing phishing and malware checks.
pref("urlclassifier.malwareTable", "goog-malware-shavar,goog-unwanted-shavar,test-malware-simple,test-unwanted-simple");
@ -5105,6 +5106,7 @@ pref("browser.safebrowsing.id", "navclient-auto-ffox");
#else
pref("browser.safebrowsing.id", "Firefox");
#endif
#endif
// Turn off Spatial navigation by default.
pref("snav.enabled", false);