Merge pull request #303 from vbanos/http-https

Disable automatic http to https transformation

My QA crawl looks good.
This commit is contained in:
Barbara Miller 2024-11-12 16:21:49 -08:00 committed by GitHub
commit f0c158b283
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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",