Confirmed users
13
edits
Englehardt (talk | contribs) (Move intervention policy from shavar-prod-list's README (https://github.com/mozilla-services/shavar-prod-lists#temporary-exceptions) to here) |
(Added a more enforceable, client-side specific redefinition of URL parameter based tracking) |
||
Line 14: | Line 14: | ||
== Tracking We Will Block == | == Tracking We Will Block == | ||
===== 1. | ===== 1. Stateful cross-site tracking through Web APIs ===== | ||
'''Cookie-based cross-site tracking.''' Cookies, DOM storage, and other types of stateful identifiers are often used by third parties to associate browsing across multiple websites with the same user and to build profiles of those users, in violation of the user’s expectation. | '''Cookie-based cross-site tracking.''' Cookies, DOM storage, and other types of stateful identifiers are often used by third parties to associate browsing across multiple websites with the same user and to build profiles of those users, in violation of the user’s expectation. | ||
For third parties engaged in this type of tracking, Firefox will block or remove access to stateful identifiers. Access to storage may be granted when a user has shown purposeful intent to interact with a third party during their visit to a specific first party. For example, if a user attempts to interact with a third-party login provider while visiting a specific first party, the third-party provider may receive storage access on that first party. | For third parties engaged in this type of tracking, Firefox will block or remove access to stateful identifiers. Access to storage may be granted when a user has shown purposeful intent to interact with a third party during their visit to a specific first party. For example, if a user attempts to interact with a third-party login provider while visiting a specific first party, the third-party provider may receive storage access on that first party. | ||
===== 2. Navigational cross-site tracking ===== | |||
URL parameter-based cross-site | '''URL parameter-based cross-site tracking.''' When cookie-based tracking is not available, some third parties decorate URLs with user identifiers. When the browser requests those resources, either through a top-level navigation or a subresource request, those user identifiers are available to other websites or third parties. | ||
Any party actively setting, retrieving, or sharing an identifier or other personal data in a URL for the purpose of building a user profile is in violation of this policy. Firefox will blocklist parameters included in the URL for this purpose and remove them from cross-site top-level navigations. | |||
User profile building is currently characterized by Firefox through the following client-observable traits: | |||
* High-entropy parameters that may identify a user (assign a unique identifier to a user) or encode user data. '''Exceptions being:''' | |||
** Parameters exclusively identifying specific elements or actions on the navigating page (per-click or per-element identifiers). These parameters must assign a different value to each click or element they are identifying. | |||
** Identifiers necessary to complete a user-initiated task such as logging in or submitting a form. | |||
* High-entropy parameters that are broadly included in all (or nearly all) outgoing navigations from a site, even if the parameters are not uniquely identifying a user. | |||
Because any type of URL decoration can violate some users’ personal sense of privacy, we allow for optionally configuring Firefox to apply stricter rules for parameter removal and may remove more parameters on certain user actions such as sharing a URL. | |||
===== | Firefox may also apply stricter rules for parameter removal by default in the future, which will be reflected in this policy. | ||
===== 3. Tracking via unintended identification techniques ===== | |||
'''Unintended identification techniques''' use browser features that are not intended for device or user identification for the purposes of storing or generating a tracking identifier. Unlike tracking using standards-defined storage locations - such as cookies or the Web Storage API - these techniques are not under the control of the browser’s state management settings.Thus can not be easily cleared or reset by users. Examples include, but are not limited to: | '''Unintended identification techniques''' use browser features that are not intended for device or user identification for the purposes of storing or generating a tracking identifier. Unlike tracking using standards-defined storage locations - such as cookies or the Web Storage API - these techniques are not under the control of the browser’s state management settings.Thus can not be easily cleared or reset by users. Examples include, but are not limited to: | ||