From 2b9ba1a6db088563cea67b98229ae6d7ea852134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20T=C3=B6rcsv=C3=A1ri?= Date: Mon, 17 Aug 2026 14:50:15 +0200 Subject: [PATCH] fix(cdn): serve pre-compressed R2 bodies with encodeBody manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Second half of the staging Firefox boot failure: the bucket stores artifacts brotli-compressed (publish-wasm --compress br) with Content-Encoding in the object metadata, but the worker returned them with the default encodeBody:'automatic' — the runtime drops a user-set Content-Encoding and re-negotiates, and on workers.dev that served the raw brotli bytes with NO encoding header. The editor