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 4fe0dc7 commit 678e90aCopy full SHA for 678e90a
seleniumbase/core/browser_launcher.py
@@ -217,9 +217,6 @@ def _set_chrome_options(
217
# Headless Chrome doesn't support extensions, which are required
218
# for disabling the Content Security Policy on Chrome
219
chrome_options = _add_chrome_disable_csp_extension(chrome_options)
220
- elif not extension_zip and not extension_dir:
221
- if servername == "localhost" or servername == "127.0.0.1":
222
- chrome_options.add_argument("--disable-extensions")
223
if proxy_string:
224
if proxy_auth:
225
chrome_options = _add_chrome_proxy_extension(
0 commit comments