mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
`x-unknown` is used as a placeholder for "no content-type" in the har. We should not send it to the browser, because it is meaningfully different from not sending `Content-Type` header. For example, Chromium refuses to interpret stylesheets served with `x-unknown` content type. Fixes https://github.com/microsoft/playwright-java/issues/1651.