You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: validate BiDi request headers before sending to prevent Firefox connection crash
Firefox closes the WebSocket connection when sent header values containing CR/LF,
crashing the test host. Pre-validate headers in ContinueAsync and RespondAsync to
throw PuppeteerException before the invalid data reaches Firefox.
Also guard ContinueAsync/RespondAsync/AbortAsync against calls when page-level
interception is not enabled, preventing async-void handler crashes in edge cases.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments