Confirmed users
487
edits
Rpappalardo (talk | contribs) m (Fixing URLs) |
Rpappalardo (talk | contribs) m (formatting) |
||
| Line 268: | Line 268: | ||
== Setup == | == Setup == | ||
=== SUMMARY === | |||
* Setup for client-side (end-2-end) verification of shavar server largely consists of: | * Setup for client-side (end-2-end) verification of shavar server largely consists of: | ||
| Line 280: | Line 280: | ||
* use mozstd, til patch lands | * use mozstd, til patch lands | ||
''' | === SET CUSTOM PREFS === | ||
'''NOTE''' | |||
* Prefs are listed below for stage testing. | |||
* To test production, replace staging URL (stage.mozaws.net) with production URL (shavar.services.mozilla.com) | |||
* all list files are tested in both stage and production (except moztestpub - stage only) | |||
'''Prefs for: mozpub list file''' | |||
<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 295: | Line 304: | ||
</source> | </source> | ||
''' | '''Prefs for: moztestpub list file''' | ||
<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 310: | Line 320: | ||
</source> | </source> | ||
''' | '''Prefs for: mozstd list file''' | ||
<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 325: | Line 336: | ||
</source> | </source> | ||
''' | '''Prefs for: mozfull list file''' | ||
<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 "); | ||