playwright/browser_patches/firefox
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
..
juggler browser(firefox): properly handle HSTS redirects (#7391) 2021-06-30 12:59:27 -07:00
patches browser(firefox): forced-colors media query emulation (#6902) 2021-06-09 01:00:15 +02:00
preferences browser(firefox): disable proton UI for now (#6327) 2021-04-26 10:59:12 -07:00
.gitignore Initial commit 2019-11-19 10:58:15 -08:00
archive.sh devops: support FF_CHECKOUT_PATH to customize browser checkout (#4607) 2020-12-04 18:46:20 -08:00
BUILD_NUMBER browser(firefox): properly handle HSTS redirects (#7391) 2021-06-30 12:59:27 -07:00
build.sh devops: install all FF system dependencies with --full on build (#6657) 2021-05-19 15:16:33 -07:00
clean.sh devops: support FF_CHECKOUT_PATH to customize browser checkout (#4607) 2020-12-04 18:46:20 -08:00
EXPECTED_BUILDS devops: cleanup browser build configs (#7180) 2021-06-16 12:22:33 -07:00
install-preferences.js devops: bundle firefox preferences alongside with build. 2020-02-11 14:42:04 -08:00
repack-juggler.mjs chore: further enhanced repack-juggler script (#7188) 2021-06-16 17:32:37 -07:00
UPSTREAM_CONFIG.sh chore: swap firefox-stable and firefox (#6950) 2021-06-07 17:05:51 -07:00