Closed
Bug 1500208
Opened 7 years ago
Closed 7 years ago
Update Fastblock Prefs in Nightly/Beta (Disable FB)
Categories
(Firefox :: Protections UI, enhancement, P1)
Tracking
()
RESOLVED
FIXED
Firefox 64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: tcinotto, Assigned: johannh)
Details
Attachments
(1 file)
For beta and nightly, remove all UI around fastblock and turn the feature off by default:
browser.contentblocking.fastblock.ui.enabled = false
browser.contentblocking.fastblock.control-center.ui.enabled = false
browser.fastblock.enabled = false
For beta, no global toggle. (This requires no change, its already off in beta):
browser.contentblocking.global-toggle.enabled = false
For Nightly, keep the global toggle (this requires no change, it is already on in nightly):
browser.contentblocking.global-toggle.enabled = true
| Assignee | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Also, let's remove the special-case for beta/release here: https://searchfox.org/mozilla-central/rev/c56977420df7a1b692ce0f7e499ddb364d9fd7b2/modules/libpref/init/all.js#5913-5917
and have a single "pref("browser.fastblock.limit", 20000);".
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
Pushed by jhofmann@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3e62b3523fb5
Disable FastBlock, hide FastBlock UI everywhere. r=francois,Ehsan
Comment 6•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Could someone please share some details on why this was disabled and removed from the Firefox roadmap?
Comment 8•7 years ago
|
||
(In reply to Daniel from comment #7)
> Could someone please share some details on why this was disabled and removed
> from the Firefox roadmap?
See https://blog.mozilla.org/futurereleases/2018/10/23/the-path-to-enhanced-tracking-protection/, the part titled "Sometimes plans change – that’s why we test"...
You need to log in
before you can comment on or make changes to this bug.
Description
•