Security/Tracking protection: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎QA: add PRLOG modules)
(Add a "list" section)
Line 13: Line 13:
* [[Services/TrackingProtection|Server implementation]]
* [[Services/TrackingProtection|Server implementation]]
* [https://people.mozilla.org/~fmarier/tracking-dashboard/ Telemetry dashboard]
* [https://people.mozilla.org/~fmarier/tracking-dashboard/ Telemetry dashboard]
== List ==
* [https://services.disconnect.me/disconnect-plaintext.json Upstream list]
* [https://github.com/mozilla-services/shavar-list-creation List conversion script]
* [https://github.com/mozilla-services/shavar-list-exceptions Allow list]
* [https://intranet.mozilla.org/TrackingProtectionForFirefox/ListPolicy List policy]


== QA ==
== QA ==

Revision as of 03:28, 22 April 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

To turn on debugging output, export the following environment variable:

NSPR_LOG_MODULES="UrlClassifierDbService:5,nsChannelClassifier:5"

UX

Documentation