Closed
Bug 1307784
Opened 8 years ago
Closed 2 months ago
[e10s] Network Monitor not showing security information for service workers
Categories
(Core :: DOM: Service Workers, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1836707
People
(Reporter: Fanolian+BMO, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: dom-lws-bugdash-triage)
Attachments
(1 file)
248.58 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20161005030211
Steps to reproduce:
1. Open Network Monitor (Ctrl-Shift-Q).
2. Visit https://web.whatsapp.com/.
3. Observe Network Monitor.
Actual results:
Please see attachment.
1. No green locks for service worker requests even if they are loaded from a https address.
2. Security panes are missing for those requests.
Comment 3•8 years ago
|
||
Honza, do you know what triggers the green lock?
I believe we do have security info for the response from the service worker, but perhaps its not getting set in the right place on HttpChannelChild.
Flags: needinfo?(odvarko)
Updated•8 years ago
|
Blocks: dt-service-worker
Comment 4•8 years ago
|
||
I think we need to populate mSecurityInfo in HttpChannelChild::OverrideWithSynthesizedResponse(). We should also write a test to keep this from regressing in the future.
Flags: needinfo?(odvarko)
Flags: needinfo?(josh)
Comment 5•8 years ago
|
||
Catalin, care to take a look?
Flags: needinfo?(catalin.badea392)
Priority: -- → P3
Updated•8 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 7•8 years ago
|
||
Because network interception is done in the child process, we'd need to bounce the channel's security info to the parent process in order to verify its certificate. At this time, it would be better to wait on bug 1231222 to be fixed.
Comment 8•5 years ago
|
||
:catalinb, now that bug 1231222 is closed, would this be still something you want to look at? Thank you!
Flags: needinfo?(catalin.badea392)
Comment 9•5 years ago
|
||
:catalinb was a MoCo employee at the time and is not likely to want to look at this, although I am sure will celebrate the closing of bug 1231222! ;)
Flags: needinfo?(catalin.badea392)
Updated•2 years ago
|
Severity: normal → S3
Updated•2 months ago
|
Whiteboard: dom-lws-bugdash-triage
Comment 10•2 months ago
|
||
If this is still happening we believe the work to make sure devtools can be aware of all related ServiceWorker activity in bug 1836707 will help with that. Otherwise we do believe in general that improvements have been made in this area.
You need to log in
before you can comment on or make changes to this bug.
Description
•