- From: Jake Archibald <notifications@github.com>
- Date: Fri, 05 Feb 2021 06:59:22 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 5 February 2021 14:59:34 UTC
@samuelweiler can you provide some more detail? I'm not sure what kind of fingerprints counts as 'ephemeral', or how that could be achieved with a service worker. I assume by timers you mean `setTimeout` and `setInterval`, but I'm not sure what counts as 'context-dependent'. It might be helpful if you could frame it relative to another form of origin storage, eg describe what fingerprinting capability service worker offers beyond `localStorage`. Service worker is part of origin storage, so if you ask the browser to clear a site's storage, the service worker goes too. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/1561#issuecomment-774084368
Received on Friday, 5 February 2021 14:59:34 UTC