Browser.safebrowsing.provider.*.privacy.url
Contents
Background
Firefox 2.0 incorporates the Google Safe Browsing extension in its own Phishing Protection feature to detect and warn users of phishy web sites.
Each Safe Browsing provider (e.g., Google) may specify a remote or chrome URL that describes their privacy policy. That URL is stored in this preference.
This is an enumerated preference: all preferences whose names start with browser.safebrowsing.provider. are read to generate the list of Safe Browsing providers. The * in the preference name is a non-negative integer, and matches the number in the other preferences needed to describe a provider. It also determines the order in which the providers appear in the options dialog.
Possible values and their effects
The chrome URL for the safe browsing provider’s privacy policy.
By default, the following preference/value pair exists:
- browser.safebrowsing.provider.0.privacy.url
- http://www.google.com/tools/firefox/firefox_privacy.html?hl=%LOCALE%
(The string %LOCALE% is replaced by the value of general.useragent.locale.)
First checked in
Has an effect in
- Mozilla Firefox (nightly builds since 2006-08-16)
Related bugs
- Bug 346942 - Finalize anti-phishing UI
- Bug 350422 - move google anti-phishing privacy policy out of source
Related preferences
- browser.safebrowsing.dataProvider
- browser.safebrowsing.enabled
- browser.safebrowsing.provider.*
- browser.safebrowsing.provider.*.keyURL
- browser.safebrowsing.provider.*.lookupURL
- browser.safebrowsing.provider.*.name
- browser.safebrowsing.provider.*.privacy.fallbackurl
- browser.safebrowsing.provider.*.privacy.optedIn
- browser.safebrowsing.provider.*.reportErrorURL
- browser.safebrowsing.provider.*.reportGenericURL
- browser.safebrowsing.provider.*.reportPhishURL
- browser.safebrowsing.provider.*.reportURL
- browser.safebrowsing.provider.*.updateURL
- browser.safebrowsing.remoteLookups
- browser.safebrowsing.warning.infoURL
- urlclassifier.keyupdatetime.*
- urlclassifier.tableversion.*