Tracking Protection is not deactivated in private window
Categories
(Core :: Privacy: Anti-Tracking, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox112 | --- | wontfix |
firefox113 | --- | wontfix |
firefox114 | --- | verified |
firefox115 | --- | verified |
People
(Reporter: nicoleta.sibisan, Assigned: timhuang)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
2.48 MB,
image/png
|
Details | |
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
|
Details | Review |
Found in
- 113.0b8
Tested platforms
- Affected platforms: win 10, Win 11, MacOs 12, ubuntu 22
Steps to reproduce
- Access the about:preferences#privacy page.
- Click the "Custom" radio button from the "Enhanced Tracking Protection" section.3.
- Uncheck the "Tracking content" checkbox.
- Uncheck the "Cookies" checkbox.
- Uncheck "Cyrptominers" and "Fingerprinters"
- Open a new private browsing session.
- Access the following website http://edition.cnn.com/
- Click on the shield icon from the URL bar.
Expected result
- The shield icon is displayed near the address bar, with a gray outline.
- Tracking Content is displayed with a "Allowed" status.
Actual result
- The shield icon is displayed near the address bar, with a blue outline.
- Tracking Content is displayed with a "Blocked" status.
Regression range
- First bad: 2023-03-09
- Last good: 2023-03-08
- Pushlog: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=b20918f8f6084f291745aada1a4e15c861b76cca&tochange=08fb1f9a395b5384418342c7531717e3426e9f92
- Potentially regressed by: bug 1819662
Comment hidden (admin-reviewed) |
Reporter | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
:timhuang, since you are the author of the regressor, bug 1819662, could you take a look?
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 4•2 years ago
|
||
This is because the email tracker blocking is currently using the Tracking Content
to show the blocked email trackers. I think we have to disable the email tracker blocking as the Tracking Content
is disable on the Custom UI.
Comment 5•2 years ago
|
||
Set release status flags based on info from the regressing bug 1819662
Assignee | ||
Comment 6•2 years ago
|
||
We surface the email tracking protection using the existing tracking
protection UI on the protection panel, but we don't disable email
tracking protection if tracking protection is disabled. So, users will
still see blocked trackers if tracking protection is disabled for
private windows. To provide a way to disable email tracking protection
in private windows, we also use the existing tracking protection checkbox
UI to disable the email tracking protection.
This patch implements that disabling the tracking protection via the
tracking protection checkbox also disables email tracking protection.
Comment 8•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Comment 9•2 years ago
|
||
The patch landed in nightly and beta is affected.
:timhuang, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox114
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 10•2 years ago
|
||
Comment on attachment 9332419 [details]
Bug 1830054 - Disable Email tracking protection if tracking protection is disabled on the ETP Custom UI. r?#anti-tracking-reviewers
Beta/Release Uplift Approval Request
- User impact if declined: In private browsing windows, users will still see blocked trackers even if the tracking protection is disabled via ETP Custom settings page on about:preferences.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This is a low risk change because it only changes the behavior when user unchecks the Tracking Content checkbox.
- String changes made/needed: None
- Is Android affected?: No
Comment 11•2 years ago
|
||
Comment on attachment 9332419 [details]
Bug 1830054 - Disable Email tracking protection if tracking protection is disabled on the ETP Custom UI. r?#anti-tracking-reviewers
Approved for 114.0b7.
Comment 12•2 years ago
|
||
bugherder uplift |
Updated•2 years ago
|
Reporter | ||
Comment 13•2 years ago
|
||
Verified - fixed on MacOS 12, Win 11 and Ubuntu 22.04 in Fx versions 114.0b7 and 115.0a1 (2023-05-21)
Reporter | ||
Updated•2 years ago
|
Description
•