From feb8e6c76cdab6b90d95cca98a1d218d0d413128 Mon Sep 17 00:00:00 2001 From: Calvin Bui <3604363+calvinbui@users.noreply.github.com> Date: Fri, 31 Dec 2021 20:26:38 +1100 Subject: [PATCH] Add socksVersion mapping (#331) --- changedetectionio/content_fetcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/content_fetcher.py b/changedetectionio/content_fetcher.py index 69713b2c..57a71a36 100644 --- a/changedetectionio/content_fetcher.py +++ b/changedetectionio/content_fetcher.py @@ -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):