Allow removing a content blocking exception in GV by URI
Categories
(GeckoView :: General, enhancement, P1)
Tracking
(firefox74 fixed)
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: droeh, Assigned: droeh, NeedInfo)
Details
(Whiteboard: [geckoview:m1912][geckoview:m74])
Attachments
(1 file)
A major pain point in the current content blocking exceptions GV API is that Fenix would like to support displaying all existing exceptions and allowing the user to remove them individually. Since removeException
currently takes a GeckoSession
, this requires a pretty ugly workaround. We should investigate overloading removeException
to take a uri instead to facilitate this use case.
Comment 1•5 years ago
|
||
Waiting to hear from Fenix whether the feature stays or goes.
This is a high priority for Fenix. What is the effort for this work?
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Pushed by droeh@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/db42fce46a0b Update GeckoView content blocking exception API and add better support for removing exceptions. r=esawin,Ehsan,geckoview-reviewers,snorp
Comment 5•5 years ago
|
||
Backed out for gv failures on trackingProtectionExceptionRemoveByException.
Backout link: https://hg.mozilla.org/integration/autoland/rev/12d8255184b1015ff34f35c6fb040bbde6be2ed3
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=284874380&repo=autoland&lineNumber=1480
Pushed by droeh@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b1eaffa34ee7 Update GeckoView content blocking exception API and add better support for removing exceptions. r=esawin,Ehsan,geckoview-reviewers,snorp
Comment 7•5 years ago
|
||
bugherder |
Comment 8•2 years ago
|
||
Move GeckoView::Tracking Protection
bugs to the GeckoView::General
component.
Description
•