Disable automatic http to https transformation

Chrome 130 automatically converts http to https even if the target URL
is http. We disable this behavior because some target sites simply don't
have https.
This commit is contained in:
Vangelis Banos 2024-11-12 21:59:49 +02:00
parent d079409a5b
commit a52765d2ca

View File

@ -199,6 +199,7 @@ class Chrome:
"--disable-first-run-ui",
"--no-first-run",
"--homepage=about:blank",
"--disable-features=HttpsUpgrades",
"--disable-direct-npapi-requests",
"--disable-web-security",
"--disable-notifications",