mirror of
https://gitee.com/g1879/DrissionPage.git
synced 2024-12-10 04:00:23 +08:00
30 lines
878 B
INI
30 lines
878 B
INI
[paths]
|
|
download_path =
|
|
|
|
[chrome_options]
|
|
debugger_address = 127.0.0.1:9222
|
|
browser_path = chrome
|
|
arguments = ['--remote-allow-origins=*', '--no-first-run', '--disable-infobars', '--disable-popup-blocking']
|
|
extensions = []
|
|
prefs = {'profile.default_content_settings.popups': 0, 'profile.default_content_setting_values': {'notifications': 2}}
|
|
flags = {}
|
|
load_mode = normal
|
|
user = Default
|
|
auto_port = False
|
|
system_user_path = False
|
|
is_existing_only = False
|
|
existing_only = False
|
|
|
|
[session_options]
|
|
headers = {'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8', 'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'connection': 'keep-alive', 'accept-charset': 'GB2312,utf-8;q=0.7,*;q=0.7'}
|
|
|
|
[timeouts]
|
|
implicit = 10
|
|
page_load = 30
|
|
script = 30
|
|
|
|
[proxies]
|
|
http =
|
|
https =
|
|
|