Privacy/Anti-Tracking: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Add a section for backlog bugs.)
(New Anti-Tracking Page)
 
Line 1: Line 1:
== Meeting Notes ==
The Firefox Anti-Tracking team is developing protections against online tracking, such as ETP.
https://docs.google.com/document/d/1AT34_fRGs41I6blia0kJqF88zua0VISmQ7tEL1SR0U4/edit


== New bugs ==
== Public Documentation ==
<bugzilla>
[https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Privacy/Storage_access_policy Storage Access Policy]
    {
        "f1":"OP",
        "j1":"AND",
        "f2":"bug_status",
        "o2":"equals",
        "v2":"NEW",
        "f3":"OP",
        "j3":"OR",
        "f4": "component",
        "o4":"equals",
        "v4": "Privacy: Anti-Tracking",
        "f5":"status_whiteboard",
        "o5":"anywordssubstr",
        "v5":"anti-tracking",
        "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard",
        "order": "status, assigned_to"
    }
</bugzilla>


== Backlog bugs ==
== Internal Documentation ==
<bugzilla>
    {
        "bug_status":"ASSIGNED",
        "status_whiteboard":"anti-tracking",
        "priority": "P3",
        "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard",
        "order": "status, assigned_to"
    }
</bugzilla>


== In-progress bugs for 67 ==
* [https://docs.google.com/document/d/1AT34_fRGs41I6blia0kJqF88zua0VISmQ7tEL1SR0U4/edit Meeting Notes]
<bugzilla>
* [https://wiki.mozilla.org/Privacy/Anti-Tracking/Interventions How to create Interventions via Remote Settings]
    {
        "bug_status":"ASSIGNED",
        "status_whiteboard":"anti-tracking",
        "target_milestone": ["Firefox 67","mozilla67"],
        "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard, target_milestone",
        "order": "status, assigned_to"
    }
</bugzilla>
 
 
== In-progress bugs for 66 ==
<bugzilla>
    {
        "bug_status":"ASSIGNED",
        "status_whiteboard":"anti-tracking",
        "target_milestone": ["Firefox 66","mozilla66"],
        "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard, target_milestone",
        "order": "status, assigned_to"
    }
</bugzilla>
 
== In-progress bugs ==
<bugzilla>
    {
        "bug_status":"ASSIGNED",
        "status_whiteboard":"anti-tracking",
        "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard",
        "order": "status, assigned_to"
    }
</bugzilla>
 
== Resolved bugs ==
<bugzilla>
    {
        "bug_status":"RESOLVED",
        "status_whiteboard":"anti-tracking",
        "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard",
        "order": "status, assigned_to"
    }
</bugzilla>

Latest revision as of 10:14, 26 February 2020

The Firefox Anti-Tracking team is developing protections against online tracking, such as ETP.

Public Documentation

Storage Access Policy

Internal Documentation