- From: Anne van Kesteren <notifications@github.com>
- Date: Sun, 09 Nov 2025 23:10:23 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 10 November 2025 07:10:27 UTC
annevk left a comment (whatwg/fetch#1737) In general this looks good, but we should verify with tests when policies are applied: - If you first request `https://example.com/foo` and then the service worker requests `http://example.com/foo`, will it be de-duplicated because of Mixed Content upgrading the scheme? - If the document and service worker have different CSP policies, does the potential de-duplication happen after the security check as the patch implies? - Do we only want to de-duplicate once as the current text in Service Workers implies (by removing the entry from the map)? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1737#issuecomment-3509775108 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1737/c3509775108@github.com>
Received on Monday, 10 November 2025 07:10:27 UTC