Confirmed users
908
edits
(→QA: use the new envvar name) |
(→Prefs: remove obsolete prefs) |
||
| Line 7: | Line 7: | ||
== Prefs == | == Prefs == | ||
* <tt>browser.safebrowsing.provider.mozilla.lists</tt>: list of tables coming from the Mozilla shavar service | |||
* <tt>browser.safebrowsing.provider.mozilla.updateURL</tt>: server endpoint for downloading list updates | |||
* <tt>browser.safebrowsing.provider.mozilla.gethashURL</tt>: server endpoint for completions | |||
* <tt>browser.safebrowsing.provider.mozilla.lastupdatetime</tt>: timestamp (in ms) of when the last list update happened. | |||
* <tt>browser.safebrowsing.provider.mozilla.nextupdatetime</tt>: timestamp (in ms) of when the list should next be downloaded. | |||
* <tt>privacy.trackingprotection.enabled</tt>: to enable TP '''globally''' | * <tt>privacy.trackingprotection.enabled</tt>: to enable TP '''globally''' | ||
* <tt>privacy.trackingprotection.pbmode.enabled</tt>: to enable TP in '''Private Browsing mode''' (not needed if the global pref is enabled) | * <tt>privacy.trackingprotection.pbmode.enabled</tt>: to enable TP in '''Private Browsing mode''' (not needed if the global pref is enabled) | ||
| Line 15: | Line 20: | ||
* <tt>urlclassifier.trackingTable</tt>: list of tables to use when looking for trackers (they need to be named <tt>*-track-*</tt>) | * <tt>urlclassifier.trackingTable</tt>: list of tables to use when looking for trackers (they need to be named <tt>*-track-*</tt>) | ||
* <tt>urlclassifier.trackingWhitelistTable</tt>: list of tables to use when checking whether or not a tracker is part of the same entity as the page (they need to be named <tt>*-trackwhite-*</tt>) | * <tt>urlclassifier.trackingWhitelistTable</tt>: list of tables to use when checking whether or not a tracker is part of the same entity as the page (they need to be named <tt>*-trackwhite-*</tt>) | ||
== Engineering == | == Engineering == | ||