Skip to content

Commit 7b342ce

Browse files
committed
Revert the proxy scheme change from the previous release
1 parent c3ed25d commit 7b342ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/core/proxy_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def create_proxy_ext(
4040
""" mode: "fixed_servers",\n"""
4141
""" rules: {\n"""
4242
""" singleProxy: {\n"""
43-
""" scheme: ["http", "https", "socks4", "socks5"],\n"""
43+
""" scheme: "http",\n"""
4444
""" host: "%s",\n"""
4545
""" port: parseInt("%s")\n"""
4646
""" },\n"""

0 commit comments

Comments
 (0)