Closed
Bug 1632231
Opened 4 years ago
Closed 4 years ago
Let ContentBlockingController fail gracefully when trying to add/remove/check an invalid exception
Categories
(GeckoView :: General, defect, P1)
Tracking
(firefox77 fixed)
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: droeh, Assigned: droeh)
Details
(Whiteboard: [geckoview:m77])
Attachments
(1 file)
We should use ContentBlockingAllowList.canHandle
to validate input to ContentBlockingController.add/remove/checkException
and fail gracefully when it's invalid; failing to do this was causing a pretty terrible crash on fxr for me.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Priority: -- → P1
Whiteboard: [geckoview:m77]
Pushed by droeh@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ea0374547549 Fix potential crash by gracefully failing when GV tries to add/remove/check content blocking exceptions for invalid URIs. r=esawin
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
Comment 4•2 years ago
|
||
Move GeckoView::Tracking Protection
bugs to the GeckoView::General
component.
Component: Tracking Protection → General
You need to log in
before you can comment on or make changes to this bug.
Description
•