Skip to content

Commit

Permalink
Merge pull request #303 from vbanos/http-https
Browse files Browse the repository at this point in the history
Disable automatic http to https transformation

My QA crawl looks good.
  • Loading branch information
galgeek authored Nov 13, 2024
2 parents d079409 + a52765d commit f0c158b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brozzler/chrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def start(
"--disable-first-run-ui",
"--no-first-run",
"--homepage=about:blank",
"--disable-features=HttpsUpgrades",
"--disable-direct-npapi-requests",
"--disable-web-security",
"--disable-notifications",
Expand Down

0 comments on commit f0c158b

Please sign in to comment.