From ebb8b8862115c8eb8f9ab5206463a80a414f8677 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 12 Jul 2022 22:36:22 +0200 Subject: [PATCH] Update Playwright URI Env example with stealth setting and CORS workaround (more reliable fetching) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 437d3e64..06b77d45 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ services: # https://selenium-python.readthedocs.io/api.html#module-selenium.webdriver.common.proxy # # Alternative Playwright URL, do not use "'s or 's! - # - PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000/ + # - PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000&stealth=1&--disable-web-security=true # # Playwright proxy settings playwright_proxy_server, playwright_proxy_bypass, playwright_proxy_username, playwright_proxy_password #