Update browserless Playwright URL example

This commit is contained in:
Alexandre
2026-01-09 16:02:26 +01:00
parent f93c36519b
commit 545c18d538

View File

@@ -67,7 +67,7 @@ PGID: 0
PUID: 0
TZ: "Europe/London"
BASE_URL: "https://changedetection.mydomain.com"
PLAYWRIGHT_DRIVER_URL: "ws://db21ed7f-browserless-chrome:3000/?stealth=1&--disable-web-security=true"
PLAYWRIGHT_DRIVER_URL: "ws://db21ed7f-browserless-chrome:3000/chromium?headless=true&blockAds=true&stealth=true"
TIMEOUT: 60000
```
@@ -78,7 +78,7 @@ In HA, use the File Editor add-on (or Filebrowser) and edit the Changedetection.
Add the following line to the end of it:
```yaml
PLAYWRIGHT_DRIVER_URL: ws://db21ed7f-browserless-chrome:3000/?stealth=1&--disable-web-security=true
PLAYWRIGHT_DRIVER_URL: ws://db21ed7f-browserless-chrome:3000/chromium?headless=true&blockAds=true&stealth=true
```
Remember to add a blank line at the end of the file too according to yaml requirements.