Confirmed users
908
edits
(→List Delivery & Creation Tests: add a note for list delivery and creation test) |
(merge the setup steps together) |
||
| Line 207: | Line 207: | ||
* NOTE: use mozstd, til patch lands | * NOTE: use mozstd, til patch lands | ||
'''SET CUSTOM PREFS''' | '''SET CUSTOM PREFS (mozstd)''' | ||
<source lang="bash"> | <source lang="bash"> | ||
user_pref("browser.startup.homepage", "http://itisatrap.org/firefox/its-a-tracker.html "); | user_pref("browser.startup.homepage", "http://itisatrap.org/firefox/its-a-tracker.html "); | ||
| Line 222: | Line 221: | ||
user_pref("browser.safebrowsing.provider.mozilla.lists", "mozstd-track-digest256,mozstd-trackwhite-digest256"); | user_pref("browser.safebrowsing.provider.mozilla.lists", "mozstd-track-digest256,mozstd-trackwhite-digest256"); | ||
</source> | </source> | ||
'''SET CUSTOM PREFS (mozfull)''' | |||
<source lang="bash"> | |||
user_pref("browser.startup.homepage", "http://itisatrap.org/firefox/its-a-tracker.html "); | |||
user_pref("browser.safebrowsing.debug", true); | |||
user_pref("browser.safebrowsing.enabled", false); | |||
user_pref("browser.safebrowsing.malware.enabled", false); | |||
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"); | |||
user_pref("privacy.trackingprotection.enabled", true); | |||
user_pref("urlclassifier.trackingTable", "test-track-simple,mozfull-track-digest256"); | |||
user_pref("urlclassifier.trackingWhitelistTable", "test-trackwhite-simple,mozfull-trackwhite-digest256"); | |||
user_pref("urlclassifier.disallow_completions", "test-malware-simple,test-phish-simple,test-unwanted-simple,test-track-simple,test-trackwhite-simple,goog-downloadwhite-digest256,mozfull-track-digest256,mozfull-trackwhite-digest256"); | |||
user_pref("browser.safebrowsing.provider.mozilla.lists", "mozfull-track-digest256,mozfull-trackwhite-digest256"); | |||
</source> | |||
* !!!!! restart Firefox !!!!!! | |||
Replace production URL with stage URL for the following prefs: | Replace production URL with stage URL for the following prefs: | ||
| Line 311: | Line 327: | ||
'''SUMMARY''' | '''SUMMARY''' | ||
* We start with the same custom prefs we set in [[#Setup_.231|Setup #1]] | * We start with the same custom prefs we set in [[#Setup_.231|Setup #1]] | ||
[[#top]] | [[#top]] | ||