mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
Merge pull request #294 from vbanos/chrome130
Add support for Chrome > 110
This commit is contained in:
commit
7c5b5da722
@ -184,6 +184,7 @@ class Chrome:
|
|||||||
self.chrome_exe,
|
self.chrome_exe,
|
||||||
"-v",
|
"-v",
|
||||||
"--remote-debugging-port=%s" % self.port,
|
"--remote-debugging-port=%s" % self.port,
|
||||||
|
"--remote-allow-origins=http://localhost:%s" % self.port,
|
||||||
"--use-mock-keychain", # mac thing
|
"--use-mock-keychain", # mac thing
|
||||||
"--user-data-dir=%s" % self._chrome_user_data_dir,
|
"--user-data-dir=%s" % self._chrome_user_data_dir,
|
||||||
"--disable-background-networking",
|
"--disable-background-networking",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user