Open
Bug 1409007
Opened 7 years ago
Updated 2 years ago
service worker update does not trigger if loading is blocked with X-Frame-Options:Deny
Categories
(Core :: DOM: Service Workers, enhancement, P3)
Core
DOM: Service Workers
Tracking
()
NEW
People
(Reporter: bkelly, Unassigned)
References
(Blocks 1 open bug)
Details
See this chromium issue:
https://bugs.chromium.org/p/chromium/issues/detail?id=773307
The user is requesting that we don't update a service worker if the page is blocked from loading with X-Frame-Options:Deny. Right now, though, the spec does require firing an update and we don't always do it.
Right now we trigger navigation based updates from DOMContentLoaded which is why we probably don't update in this case.
This is a minor issue, but something to think about as we move service workers into a separate process and have to refactor updates.
Updated•7 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
•