Skip to content

Commit 8ea3c49

Browse files
committed
Fix proxy with auth
1 parent 2343cb9 commit 8ea3c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def _set_chrome_options(
603603
or proxy_string
604604
):
605605
chrome_options.add_argument("--ignore-certificate-errors")
606-
if not enable_ws or not is_using_uc(undetectable, browser_name):
606+
if not enable_ws:
607607
chrome_options.add_argument("--disable-web-security")
608608
if "linux" in PLATFORM or not is_using_uc(undetectable, browser_name):
609609
chrome_options.add_argument("--no-sandbox")

0 commit comments

Comments
 (0)