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