Confirmed users
487
edits
Rpappalardo (talk | contribs) m (Update to TEST #0 - mozpub) |
Rpappalardo (talk | contribs) m (Update TEST #1 - blacklist deletions) |
||
| Line 312: | Line 312: | ||
* Pull up this test page: https://people.mozilla.org/~fmarier/tracking-test/ | * Pull up this test page: https://people.mozilla.org/~fmarier/tracking-test/ | ||
* ensure that the resource is blocked: | * ensure that the resource is blocked: | ||
* should | * You should see: | ||
* | ** A black cat bearing its claws <a href="http://people.mozilla.org/~fmarier/tracking-test/cat.png" target="_blank">sad cat</a> | ||
* | ** A tracking protection shield icon in the URL bar | ||
** A message in the: Tools > Web Developer > Browser Console: "The resource at "https://extremetracking.com/" was blocked because tracking protection is enabled." | |||
'''DELETE FROM LIST''' | '''DELETE FROM LIST''' | ||
* | * Remove the extremetracking.com json blob from the blacklist on https://github.com/mozilla-services/shavar-test-lists | ||
* trigger the list creation script ( | * This will trigger the stage list creation script (Cloud Services QA or Ops team can monitor this in Jenkins) | ||
'''VERIFY DISABLED''' | '''VERIFY DISABLED''' | ||
Start Debuggging | |||
* | * Restart Firefox from terminal to force list updates on client | ||
* pref | * The pref set in STEP #0 (browser.safebrowsing.debug) will output debug messages like so: https://pastebin.mozilla.org/8844272 | ||
* Debug output will start in terminal 10 - 30 secs after you start browser | |||
Verify: | |||
* update URL has registered correctly (line #8) | |||
* | ** Registering whitelist- mozpub-trackwhite-digest256 (line #10) | ||
** line #10 | ** Checking for updates on shavar server: "checkForUpdates with https://tracking.services.mozilla.com" (line #61) | ||
** | ** Request to shavar server begins with: "makeUpdateRequestForEntry_: request mozpub-track-digest256;a:1440776223" (line #108) | ||
** line #108 | ** Update success for both lists: "update success for mozpub-track-digest256,mozpub-trackwhite-digest256" (line #112) | ||
** | ** NOTE: if line #112 failure, rest of test will likely not work! | ||
** if line #112 failure, rest of test will likely not work | ** If list with disabled trackingprotection has loaded, you should see: black cat bearing its claws <a href="http://people.mozilla.org/~fmarier/tracking-test/cat.png" target="_blank">sad cat</a> | ||
* | |||
[[#top]] | [[#top]] | ||
=== TEST #2: verify list additions === | === TEST #2: verify list additions === | ||