Add a flag in LoadInfo to indicate whether a request is from a tracker
Categories
(Core :: Privacy: Anti-Tracking, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: timhuang, Assigned: timhuang)
References
(Blocks 1 open bug)
Details
Attachments
(10 files, 1 obsolete file)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
Introduce a flag in the LoadInfo to indicate whether a request is from a tracker. The flag should be set in the following scenarios
- A request from a tracking iframe
- A request from a tracking script
| Assignee | ||
Updated•5 months ago
|
| Assignee | ||
Comment 1•5 months ago
|
||
It will also cover subresource loads.
| Assignee | ||
Comment 2•5 months ago
|
||
| Assignee | ||
Comment 3•5 months ago
|
||
| Assignee | ||
Comment 4•5 months ago
|
||
| Assignee | ||
Comment 5•5 months ago
|
||
| Assignee | ||
Comment 6•5 months ago
|
||
| Assignee | ||
Comment 7•5 months ago
|
||
| Assignee | ||
Comment 8•5 months ago
|
||
Updated•5 months ago
|
Updated•5 months ago
|
| Assignee | ||
Comment 9•5 months ago
|
||
Updated•5 months ago
|
Updated•5 months ago
|
| Assignee | ||
Comment 10•5 months ago
|
||
This newly introduced struct is to easily represent firstPartyClassificationFlags
and thirdPartyClassificationFlags. We will use this struct in IPC, so we
add the IPC traits implementation in this patch.
Updated•5 months ago
|
Updated•5 months ago
|
Updated•5 months ago
|
Updated•5 months ago
|
Updated•5 months ago
|
Updated•5 months ago
|
| Assignee | ||
Comment 11•5 months ago
|
||
| Assignee | ||
Comment 12•5 months ago
|
||
Updated•5 months ago
|
Comment 13•5 months ago
|
||
Comment 14•5 months ago
|
||
Comment 16•5 months ago
|
||
Comment 17•5 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/0add09725dbf
https://hg.mozilla.org/mozilla-central/rev/1feadec9e8ac
https://hg.mozilla.org/mozilla-central/rev/fa205c13a9d3
https://hg.mozilla.org/mozilla-central/rev/b8034fc3b57f
https://hg.mozilla.org/mozilla-central/rev/5241fe7b8fd1
https://hg.mozilla.org/mozilla-central/rev/6bbfb39098a2
https://hg.mozilla.org/mozilla-central/rev/f8005c212eca
https://hg.mozilla.org/mozilla-central/rev/029ea08570fc
https://hg.mozilla.org/mozilla-central/rev/3828ace35535
https://hg.mozilla.org/mozilla-central/rev/aef1fda6be03
| Assignee | ||
Updated•5 months ago
|
Updated•5 months ago
|
Description
•