Skip to content

Commit

Permalink
Merge pull request #294 from vbanos/chrome130
Browse files Browse the repository at this point in the history
Add support for Chrome > 110
  • Loading branch information
galgeek authored Oct 17, 2024
2 parents 8007d61 + f39cc63 commit 7c5b5da
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 @@ -184,6 +184,7 @@ def start(
self.chrome_exe,
"-v",
"--remote-debugging-port=%s" % self.port,
"--remote-allow-origins=http://localhost:%s" % self.port,
"--use-mock-keychain", # mac thing
"--user-data-dir=%s" % self._chrome_user_data_dir,
"--disable-background-networking",
Expand Down

0 comments on commit 7c5b5da

Please sign in to comment.