Merge branch 'master' of github.com:dgtlmoon/changedetection.io

This commit is contained in:
dgtlmoon
2021-12-31 10:35:47 +01:00
+1 -1
View File
@@ -70,7 +70,7 @@ class html_webdriver(Fetcher):
# In the ENV vars, is prefixed with "webdriver_", so it is for example "webdriver_sslProxy"
selenium_proxy_settings_mappings = ['ftpProxy', 'httpProxy', 'noProxy',
'proxyAutoconfigUrl', 'sslProxy', 'autodetect',
'socksProxy', 'socksUsername', 'socksPassword']
'socksProxy', 'socksVersion', 'socksUsername', 'socksPassword']
proxy=None
def __init__(self):