This website requires JavaScript.
Explore
Help
Sign In
microsoft
/
playwright
Watch
1
Star
1
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2024-12-15 06:02:57 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
4c219add0c
playwright
/
browser_patches
/
firefox
/
BUILD_NUMBER
3 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 22:59:27 +03:00
1274
Changed: dgozman@gmail.com Tue Jun 30 16:15:40 PDT 2021
Reference in New Issue
Copy Permalink