mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

Fixes https://github.com/microsoft/playwright/issues/29967 Tested in Firefox, Chromium, and Safari. This now leads to "good attachment names" in Chromium and Safari, for Firefox, it won't produce attachments, it will open them inline, but this is not a regression, was before like that already. See here for the spec: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition#filename_2 --------- Signed-off-by: Max Schmitt <max@schmitt.mx>