Expose attributes from nsISiteSecurityService and failedCertChain info to content for about:certerror use
Categories
(Firefox :: Security, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: prathiksha, Assigned: prathiksha)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
We need certificate security info for use in aboutNetError.js to handle interactions with advancedButton and copyToClipboard button in unprivileged content. This is in line with our plan to remove NetErrorChild.jsm and use RPM for message exchanges between unprivileged content(aboutNetError.js) and the parent process if needed.
This bug removes the getDetailedCertErrorInfo[0] function from browser.js. This bug also eliminates the need for communication with the parent process, by aboutNetError.js, in order to display about:certerror to the user.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D33062
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D33063
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D33064
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/58cfdd2965ba
https://hg.mozilla.org/mozilla-central/rev/967f87a35045
https://hg.mozilla.org/mozilla-central/rev/665058a3a942
https://hg.mozilla.org/mozilla-central/rev/f6365199f75e
Description
•