mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-08 06:22:23 -04:00
disable SDCH?
This commit is contained in:
parent
91a1b03508
commit
f2bb1f44cd
1 changed files with 2 additions and 1 deletions
|
@ -623,7 +623,8 @@ class Chrome:
|
|||
"--homepage=about:blank", "--disable-direct-npapi-requests",
|
||||
"--disable-web-security", "--disable-notifications",
|
||||
"--disable-extensions",
|
||||
"--disable-save-password-bubble"]
|
||||
"--disable-save-password-bubble",
|
||||
"--enable-sdch=0"]
|
||||
if self.ignore_cert_errors:
|
||||
chrome_args.append("--ignore-certificate-errors")
|
||||
if self.proxy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue