On Tue Sep 16 17:12:10 2025 +0000, Gabriel Ivăncescu wrote:
changed this line in [version 2 of the diff](/wine/wine/-/merge_requests/8960/diffs?diff_id=209396&start_sha=98fd518da2b914bb923ff3cddc5ff1f016a63c2d#b34fd968e4fd704a4d4b8286906590926b3f2a1d_1775_1767)
I meant it fails the test added in the patch. But yeah, oops, it's actually my blunder. Gecko was overriding it because of my OverrideMimeType call. Switching to setting the response type to `text` fixes it since Gecko won't override channel's content type now (this happened in `nsXMLHttpRequest::OnStartRequest`).
I sent new version using GetChannel since urlmon's sniffing is enough, I hope this one is fine now.