playwright/browser_patches/firefox/juggler
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
..
components browser(firefox): partially revert scrollbars patch (#6670) 2021-05-19 18:59:57 -07:00
content browser(firefox): fixed Array.prototype.toJSON workaround (#7018) 2021-06-10 17:21:20 -07:00
pipe browser(firefox): fix build on Windows (#5275) 2021-02-03 09:50:35 -08:00
protocol browser(firefox): add Download.cancel (#7390) 2021-06-30 01:29:58 +02:00
screencast browser(firefox): fit screencast images into given frame (#6495) 2021-05-10 22:01:41 -07:00
Helper.js browser(firefox): remove the hack around setting viewport size (#4010) 2020-09-30 00:36:46 -07:00
jar.mn browser(firefox): enable document channel (#4065) 2020-10-06 00:15:24 -07:00
moz.build browser(firefox): roll firefox to beta Oct, 28 (#4274) 2020-10-28 14:47:14 -07:00
NetworkObserver.js browser(firefox): properly handle HSTS redirects (#7391) 2021-06-30 12:59:27 -07:00
SimpleChannel.js browser(firefox): fix SimpleChannel to await initialization (#4311) 2020-11-02 16:21:34 -08:00
TargetRegistry.js browser(firefox): add Download.cancel (#7390) 2021-06-30 01:29:58 +02:00