Confirmed users
908
edits
(→Description: shorten description and link to Safe Browsing) |
(→Prefs: add 43+ prefs) |
||
| Line 7: | Line 7: | ||
== Prefs == | == Prefs == | ||
* <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 17: | Line 15: | ||
* <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>) | ||
Prior to Firefox 43: | |||
* <tt>browser.trackingprotection.updateURL</tt>: server endpoint for downloading list updates | |||
* <tt>browser.trackingprotection.gethashURL</tt>: server endpoint for completions | |||
Firefox 43 and later: | |||
* <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 | |||
== Engineering == | == Engineering == | ||