mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
Remove google safebrowsing flags
Global Wayback policy is to archive everything, so its best to avoid disabling these flags.
This commit is contained in:
parent
dffd9504af
commit
970e2bd661
@ -163,9 +163,6 @@ class Chrome:
|
|||||||
'--disable-first-run-ui', '--no-first-run',
|
'--disable-first-run-ui', '--no-first-run',
|
||||||
'--homepage=about:blank', '--disable-direct-npapi-requests',
|
'--homepage=about:blank', '--disable-direct-npapi-requests',
|
||||||
'--disable-web-security', '--disable-notifications',
|
'--disable-web-security', '--disable-notifications',
|
||||||
'--disable-client-side-phishing-detection',
|
|
||||||
'--safebrowsing-disable-auto-update',
|
|
||||||
'--safebrowsing-disable-download-protection',
|
|
||||||
'--disable-extensions', '--disable-save-password-bubble']
|
'--disable-extensions', '--disable-save-password-bubble']
|
||||||
if self.ignore_cert_errors:
|
if self.ignore_cert_errors:
|
||||||
chrome_args.append('--ignore-certificate-errors')
|
chrome_args.append('--ignore-certificate-errors')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user