Fix proxy_bypass_list with authenticated proxies

This commit is contained in:
Michael Mintz 2023-09-09 23:36:43 -04:00
parent 3d0a6431d4
commit 4d75b5e4cf
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ def create_proxy_ext(proxy_string, proxy_user, proxy_pass, zip_it=True):
""" rules: {\n""" """ rules: {\n"""
""" singleProxy: {\n""" """ singleProxy: {\n"""
""" scheme: "http",\n""" """ scheme: "http",\n"""
""" bypassList: [],\n"""
""" host: "%s",\n""" """ host: "%s",\n"""
""" port: parseInt("%s")\n""" """ port: parseInt("%s")\n"""
""" },\n""" """ },\n"""