mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-23 08:09:48 -05:00
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:
parent
d079409a5b
commit
a52765d2ca
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user