This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
playwright
Watch
1
Star
0
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2025-06-26 21:40:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
playwright
/
browser_patches
/
firefox
/
BUILD_NUMBER
3 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
browser(firefox): fix HTTP->HTTPS fallback for refused connection (#11123) In this case, there's no protocol version that we can extract for nsIHttpChannel. The code that does the redirect is here: https://github.com/mozilla/gecko-dev/blob/7f3d9fce4154e71ec1af78eb6bcded0db11af08d/docshell/base/nsDocShell.cpp#L6079-L6095 To trigger this codepath, we'd need to run test inside a special docker container that has https server running on the 443 port. We lack infrastructure for this kind of tests (but it'll be cool to have it). References #11118
2021-12-28 13:23:53 -07:00
1312
Changed: lushnikov@chromium.org Tue Dec 28 13:12:02 MST 2021
Reference in New Issue
Copy Permalink