Security/Tracking protection: Difference between revisions
< Security
Jump to navigation
Jump to search
(→QA: add test plan for Fx42) |
(→QA: remove outdated testing list and link to sbdbdump script) |
||
Line 25: | Line 25: | ||
* [[QA/Polaris/Tracking protection|Test plan for Fx42]] | * [[QA/Polaris/Tracking protection|Test plan for Fx42]] | ||
* [https://bugzilla.mozilla.org/showdependencytree.cgi?id=1101005&hide_resolved=1 Breakage bugs] | * [https://bugzilla.mozilla.org/showdependencytree.cgi?id=1101005&hide_resolved=1 Breakage bugs] | ||
* [https://etherpad.mozilla.org/tSURi1hdS0 Ideas for a testing strategy] | * [https://etherpad.mozilla.org/tSURi1hdS0 Ideas for a testing strategy] | ||
* [https://people.mozilla.org/~fmarier/tracking-test/ Test page] | * [https://people.mozilla.org/~fmarier/tracking-test/ Test page] | ||
* [https://oneanddone.mozilla.org/en-US/tasks/115/ One and Done task] | * [https://oneanddone.mozilla.org/en-US/tasks/115/ One and Done task] | ||
* [https://github.com/fmarier/sbdbdump/blob/master/dump.py Script to dump the contents of <tt>mozpub-track-digest256*</tt> files] | |||
To turn on debugging output, export the following environment variable: | To turn on debugging output, export the following environment variable: |
Revision as of 19:51, 2 July 2015
Description
Websites need to be able to deliver and monetize the content they create. Users want more protection from online tracking. Tracking Protection is a new platform-level technology that blocks HTTP loads at the network level. Coupled with a user-declared opt-out, such as Do Not Track, we will explore various paths that can provide users with more safety while allowing websites to reliably deliver ads that meet or exceed consumer's tracking preferences.
This feature is part of the Polaris initiative.
https://intranet.mozilla.org/TrackingProtectionForFirefox
Engineering
List
QA
- Test plan for Fx42
- Breakage bugs
- Ideas for a testing strategy
- Test page
- One and Done task
- Script to dump the contents of mozpub-track-digest256* files
To turn on debugging output, export the following environment variable:
NSPR_LOG_MODULES="UrlClassifierDbService:5,nsChannelClassifier:5"