|
|
| Line 382: |
Line 382: |
|
| |
|
| '''NOTE''' | | '''NOTE''' |
| * ALL PREFS LISTS were deleted as the prefs info is permanently located at (https://github.com/mozilla-services/services-test/blob/dev/shavar/e2e-test/prefs.ini) | | * Prefs info is permanently located at (https://github.com/mozilla-services/services-test/blob/dev/shavar/e2e-test/prefs.ini) |
| * Prefs are listed below for stage testing. | | * Prefs are listed below for stage testing. |
| * To test production, replace staging URL (stage.mozaws.net) with production URL (shavar.services.mozilla.com) | | * 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) | | * 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>
| |
|
| |
|
|
| |
|