We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2343cb9 commit 8ea3c49Copy full SHA for 8ea3c49
seleniumbase/core/browser_launcher.py
@@ -603,7 +603,7 @@ def _set_chrome_options(
603
or proxy_string
604
):
605
chrome_options.add_argument("--ignore-certificate-errors")
606
- if not enable_ws or not is_using_uc(undetectable, browser_name):
+ if not enable_ws:
607
chrome_options.add_argument("--disable-web-security")
608
if "linux" in PLATFORM or not is_using_uc(undetectable, browser_name):
609
chrome_options.add_argument("--no-sandbox")
0 commit comments