mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
fca965cb98
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.
3 lines
61 B
Plaintext
3 lines
61 B
Plaintext
1274
|
|
Changed: dgozman@gmail.com Tue Jun 30 16:15:40 PDT 2021
|