Open
Bug 1314658
Opened 8 years ago
Updated 2 years ago
Update the security check in NeckoParent::GetValidatedAppInfo
Categories
(Core :: DOM: Service Workers, defect, P3)
Tracking
()
NEW
People
(Reporter: baku, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: SW-BACKLOG)
This is a follow up of bug 1289001. See bug 1289001 comment 87
Updated•8 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Whiteboard: SW-BACKLOG
Comment 1•6 years ago
|
||
Update the call to MayHaveActiveServiceWorkerInstance to use the Clients API to validate that the process has a running Service Worker (around https://searchfox.org/mozilla-central/source/netwerk/ipc/NeckoParent.cpp#211). The current check is a broader-than-necessary check but we're going to tighten it to avoid false positives.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•