Closed
Bug 1478114
Opened 7 years ago
Closed 7 years ago
Don't block content trackers by default
Categories
(GeckoView :: General, defect, P1)
Tracking
(firefox-esr52 wontfix, firefox-esr60 wontfix, firefox61 wontfix, firefox62 verified, firefox63 verified)
VERIFIED
FIXED
mozilla63
People
(Reporter: esawin, Assigned: esawin)
References
Details
Attachments
(1 file)
1.78 KB,
patch
|
rbarker
:
review+
lizzard
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Currently, we default to block all types of trackers in GeckoView, including CATEGORY_CONTENT, which can be too restrictive and break major site features.
We should change the default to exclude CATEGORY_CONTENT to provide a better default experience and avoid more restrictive blocking on Fennec compared to desktop.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → esawin
Attachment #8994636 -
Flags: review?(rbarker)
Updated•7 years ago
|
Attachment #8994636 -
Flags: review?(rbarker) → review+
Comment 2•7 years ago
|
||
This sounds like a fix we should uplift to GV 62 Beta for our Focus+GV experiment.
status-firefox61:
--- → wontfix
status-firefox62:
--- → affected
status-firefox63:
--- → affected
status-firefox-esr52:
--- → wontfix
status-firefox-esr60:
--- → wontfix
Priority: -- → P1
Whiteboard: [geckoview:klar:p1]
Assignee | ||
Comment 3•7 years ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #2)
> This sounds like a fix we should uplift to GV 62 Beta for our Focus+GV
> experiment.
This will affect Fennec, it won't affect Focus, since we explicitly set the categories there. It will only affect the default behavior when tracking protection is only enabled through the boolean session setting without configuring it through the runtime setting.
Assignee | ||
Updated•7 years ago
|
Whiteboard: [geckoview:klar:p1]
Pushed by esawin@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/da1c50bff11a
[1.0] Don't block content trackers by default to match desktop's default behavior. r=rbarker
Comment 5•7 years ago
|
||
(In reply to Eugen Sawin [:esawin] from comment #3)
> This will affect Fennec, it won't affect Focus, since we explicitly set the
> categories there. It will only affect the default behavior when tracking
> protection is only enabled through the boolean session setting without
> configuring it through the runtime setting.
Should we uplift this fix for Fennec 62 Beta? Is this a regression in 62 from bug 1466511?
Flags: needinfo?(esawin)
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Assignee | ||
Comment 7•7 years ago
|
||
Comment on attachment 8994636 [details] [diff] [review]
0001-Bug-1478114-1.0-Don-t-block-content-trackers-by-defa.patch
Approval Request Comment
[Feature/Bug causing the regression]: Bug 1466511.
[User impact if declined]: With tracking protection enabled, some sites may not fully load or function due to too restrictive blocking.
[Is this code covered by automated tests?]: No.
[Has the fix been verified in Nightly?]: Verified on local builds.
[Needs manual test from QE? If yes, steps to reproduce]: I don't think it's required, but one STR is trying to log in using an existing account on nytimes.com.
[List of other uplifts needed for the feature/fix]: None.
[Is the change risky?]: No.
[Why is the change risky/not risky?]: It's only excluding the content blocklist for tracking protection to match the default setting on desktop, no code mechanics changes.
[String changes made/needed]: None.
Flags: needinfo?(esawin)
Attachment #8994636 -
Flags: approval-mozilla-beta?
Comment 8•7 years ago
|
||
Comment on attachment 8994636 [details] [diff] [review]
0001-Bug-1478114-1.0-Don-t-block-content-trackers-by-defa.patch
Fix to bring the fennec/geckoview behavior for tracking protection in line with desktop. Let's uplift for beta 13.
Attachment #8994636 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
![]() |
||
Comment 9•7 years ago
|
||
bugherder uplift |
Comment 10•7 years ago
|
||
Verified as fixed on 62.0b13 following the STR from comment 7.
Devices: Nexus 5(Android 6.0.1) and Samsung Galaxy Note8 (Android 8.0.0)
Comment 11•7 years ago
|
||
Verified as fixed on latest Nightly build (63.0a1 - 2018/08/16).
Devices: OnePlus 5T(Android 8.1.0) and Xiaomi Mi4i (Android 5.0.2).
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•6 years ago
|
Target Milestone: Firefox 63 → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•