[Webkit-unassigned] [Bug 202142] Fix ServiceWorker downloads

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 04:13:52 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=202142

--- Comment #11 from youenn fablet <youennf at gmail.com> ---
As long as the service worker has a client (page with the same origin), I think it is fine to keep the service worker running if it is fueling a download.

The problem is really when the service worker has no remaining client.
If you close all evil.com pages as a user, the expectation is that no evil.com script is being run. If we keep running the service worker alone, this breaks this assumption.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200922/630fd53b/attachment.htm>


More information about the webkit-unassigned mailing list