Open
Bug 1597228
Opened 5 years ago
Updated 5 months ago
Move remainder of BrowserOnClick's `ignoreWarningLink` as well as `getMeOutOfHere` and `ReportFalseDeceptiveSite` into the BlockedSite actor
Categories
(Firefox :: Security, task, P3)
Firefox
Security
Tracking
()
NEW
People
(Reporter: Gijs, Unassigned)
References
(Blocks 1 open bug)
Details
Afrter bug 1533951 and bug 1591474, BrowserOnClick
in browser.js
is basically useless, so we should get rid of it, and encapsulate that and other blocked-site associated code completely into the BlockedSiteActor.
I noticed that bug 1533951 duplicated getDefaultHomepage()
into the network error actor; both it and getMeOutOfHere()
rely on it. It'd probably be neater to have this utility function on the HomePage module directly, and have both the blocked site actor and the network/cert error actor call into that utility function from there.
Updated•5 years ago
|
Component: General → Security
Comment 2•5 years ago
|
||
The component has been changed since the backlog priority was decided, so we're resetting it.
For more information, please visit auto_nag documentation.
Priority: P3 → --
Updated•5 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•