Confirmed users
487
edits
Rpappalardo (talk | contribs) m (Add custom prefs) |
Rpappalardo (talk | contribs) m (fix code snippet) |
||
| Line 167: | Line 167: | ||
'''SET CUSTOM PREFS''' | '''SET CUSTOM PREFS''' | ||
< | |||
<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 "); | ||
user_pref("browser.safebrowsing.debug", true); | user_pref("browser.safebrowsing.debug", true); | ||
| Line 175: | Line 176: | ||
user_pref("browser.safebrowsing.provider.mozilla.updateURL", "https://tracking.stage.mozaws.net/downloads?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2"); | user_pref("browser.safebrowsing.provider.mozilla.updateURL", "https://tracking.stage.mozaws.net/downloads?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2"); | ||
user_pref("privacy.trackingprotection.enabled", true); | user_pref("privacy.trackingprotection.enabled", true); | ||
</ | </source> | ||
Replace production URL with stage URL for the following prefs: | Replace production URL with stage URL for the following prefs: | ||