- From: Frank van Gemeren <notifications@github.com>
- Date: Fri, 11 Jan 2019 16:58:35 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 11 January 2019 16:58:58 UTC
Currently our end-users are sending cookies for static files because our asset origin is a subdomain and we can't specify a list of allowed subdomains in the `Set-Cookie` header. Now the idea was, instead of using a new cookie-free domain, to use a service-worker to intercept the outgoing request, and strip the cookies. So I'd like to be able to modify/drop cookies on outgoing requests in service workers. -- 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/707#issuecomment-453584658
Received on Friday, 11 January 2019 16:58:58 UTC