Closed
Bug 1330595
Opened 8 years ago
Closed 8 years ago
webRequest API should have access to security and certificate information
Categories
(WebExtensions :: Request Handling, defect)
WebExtensions
Request Handling
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1322748
People
(Reporter: fdsc, Unassigned)
References
Details
(Whiteboard: [design-decision-needed])
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20161208153507
Steps to reproduce:
There are many add-ons that assess the durability TLS connections, and issue various warnings.
Actual results:
At this point in time no information for TLS is not available in the WebRequest
Expected results:
WebRequest must contain full information for certificates and TLS mode, include TLS version and ECDHE groups (key lenght).
Blocks: webextensions-additional-apis
Updated•8 years ago
|
Summary: webRequest.onHeadersReceived must contain TLS and certificates objects → webRequest API should have access to security and certificate information
Whiteboard: [design-decision-needed]
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•