From 099b742d68007f20627b67bbd9800835118d9bc7 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Fri, 26 Jun 2026 15:01:45 +1000 Subject: [PATCH 1/3] FF153 Range requests pass through SW in same-origin no-cors requests --- files/en-us/mozilla/firefox/releases/153/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/153/index.md b/files/en-us/mozilla/firefox/releases/153/index.md index 62c87dafe553da1..492fa7ec3fec65d 100644 --- a/files/en-us/mozilla/firefox/releases/153/index.md +++ b/files/en-us/mozilla/firefox/releases/153/index.md @@ -44,7 +44,12 @@ Firefox 153 is the current [Beta version of Firefox](https://www.firefox.com/en- - +### HTTP + +- A same-origin fetch request for a media element (for example, using a {{htmlelement("video")}} element) will now pass through a service worker without stripping the {{httpheader("Range")}} header. + Previously the `Range` header was only preserved in same-origin CORS requests, made by adding the `crossorigin` attribute (`