mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28: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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue