[Webkit-unassigned] [Bug 263366] Advanced Tracking and Fingerprinting Protection Issue with Service Workers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 13 08:18:44 PST 2023


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

youenn fablet <youennf at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |youennf at gmail.com

--- Comment #2 from youenn fablet <youennf at gmail.com> ---
The issue seems to be that the DocumentLoader of the service worker has its m_contentExtensionEnablement that is not updated/kept in sync with the page's own DocumentLoader::m_contentExtensionEnablement.

In this particular case, the page is first validating the URL, so we could decide to let the service worker actually load it.
This would not fix the case of service worker doing a load on its own.

-- 
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/20231213/307531f0/attachment-0001.htm>


More information about the webkit-unassigned mailing list