mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Make safebrowsing optional at build time - Part 5: preferences
This commit is contained in:
parent
cc09c5f65f
commit
dbcd0c066f
7 changed files with 22 additions and 29 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue