Confirmed users
1,504
edits
| Line 386: | Line 386: | ||
* all list files are tested in both stage and production (except moztestpub - stage only) | * all list files are tested in both stage and production (except moztestpub - stage only) | ||
* line 9 of "Prefs for: mozpub list file" removes the whitelist ("-trackwhite-") that's in there by default. Once removed it will not be downloaded anymore. | * line 9 of "Prefs for: mozpub list file" removes the whitelist ("-trackwhite-") that's in there by default. Once removed it will not be downloaded anymore. | ||
'''Prefs for: flashblock list file''' | |||
<source> | |||
user_pref("browser.startup.homepage", "http://itisatrap.org/firefox/its-a-tracker.html"); | |||
user_pref("browser.safebrowsing.debug", true); | |||
user_pref("browser.safebrowsing.phishing.enabled", false); | |||
user_pref("browser.safebrowsing.malware.enabled", false); | |||
user_pref("privacy.trackingprotection.enabled", true); | |||
user_pref("browser.safebrowsing.provider.mozilla.nextupdatetime", 1); | |||
user_pref("plugins.flashBlock.enabled", true); | |||
user_pref("browser.safebrowsing.provider.mozilla.lists", "block-flash-digest256, except-flash-digest256, allow-flashallow-digest256, except-flashallow-digest256, block-flashsubdoc-digest256, | |||
except-flashsubdoc-digest256"); | |||
user_pref("urlclassifier.disallow_completions", "block-flash-digest256, except-flash-digest256, allow-flashallow-digest256, except-flashallow-digest256, block-flashsubdoc-digest256, | |||
except-flashsubdoc-digest256"); | |||
user_pref("browser.safebrowsing.provider.mozilla.gethashURL", "https://shavar.stage.mozaws.net/gethash?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2"); | |||
user_pref("browser.safebrowsing.provider.mozilla.updateURL", "https://shavar.stage.mozaws.net/downloads?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2"); | |||
</source> | |||
'''Prefs for: moztestpub list file''' | '''Prefs for: moztestpub list file''' | ||