fix: don't resuse invalidated cf_clearance cookie on CloudFlareInterceptor (#1916)

* fix: let FlareSolverr handle it's own `cf_clearance` cookie

also dedups cookies

* linting

* suggested changes

* my bad

* add to changelog
This commit is contained in:
David Brochero
2026-05-10 20:01:51 -03:00
committed by GitHub
parent edf376e3dd
commit 3064f51d25
2 changed files with 8 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- .
### Fixed
- (CloudFlareInterceptor) Don't send the `cf_clearance` cookie back to Flaresolverr
- (WebUI) Handle serving non-default webui with "bundled"
- (WebUI) Wait until WebUI is ready to open in browser