playwright/browser_patches/firefox/BUILD_NUMBER
Dmitry Gozman fca965cb98
browser(firefox): properly handle HSTS redirects (#7391)
When Firefox decides to perform an http->https redirect based on HSTS
information, it issues an "internal" redirect and cancels the http request.

Since there is no response for the http request, we forge 307 redirect
in this case, following Chromium lead.

The relevant code is in nsHttpChannel::StartRedirectChannelToHttps.
2021-06-30 12:59:27 -07:00

3 lines
61 B
Plaintext

1274
Changed: dgozman@gmail.com Tue Jun 30 16:15:40 PDT 2021