Open
Bug 1608512
Opened 5 years ago
Updated 2 years ago
Service workers shown in private browsing windows
Categories
(DevTools :: Application Panel, defect, P3)
DevTools
Application Panel
Tracking
(Not tracked)
NEW
People
(Reporter: overholt, Unassigned)
References
(Blocks 1 open bug)
Details
If you have service workers registered in your profile, they show up in the Application panel in a Private Browsing window. Should they? (ATM we don't support SW in PB - bug 1320796)
Comment 1•5 years ago
|
||
Confirmed on https://serviceworke.rs/message-relay/, the SW does not control the page.
The interesting part is that the SW does control the origin the page is on, just not the page in PB. It does not show up in Debugger for the private browsing page.
So showing it in the SW list is not necessarily wrong but disabling the SW panel for PB would make more sense until bug 1320796 gets resolved.
Blocks: devtools-app-panel
See Also: → 1320796
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
•