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

@ -636,9 +636,11 @@ pref("media.eme.apiVisible", false);
// optimize images memory usage
pref("image.downscale-during-decode.enabled", true);
#ifdef MOZ_SAFE_BROWSING
pref("browser.safebrowsing.downloads.enabled", false);
pref("browser.safebrowsing.id", @MOZ_APP_UA_NAME@);
#endif
// True if this is the first time we are showing about:firstrun
pref("browser.firstrun.show.uidiscovery", true);