playwright/browser_patches/firefox-beta/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
content browser(firefox): fixed Array.prototype.toJSON workaround (#7018) 2021-06-10 17:21:20 -07:00
pipe chore: swap firefox-stable and firefox (#6950) 2021-06-07 17:05:51 -07:00
protocol
screencast
Helper.js
jar.mn chore: swap firefox-stable and firefox (#6950) 2021-06-07 17:05:51 -07:00
moz.build chore: swap firefox-stable and firefox (#6950) 2021-06-07 17:05:51 -07:00
NetworkObserver.js browser(firefox): properly handle HSTS redirects (#7391) 2021-06-30 12:59:27 -07:00
SimpleChannel.js
TargetRegistry.js browser(firefox): add Download.cancel (#7390) 2021-06-30 01:29:58 +02:00