mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-15 07:19:20 -04:00
* Engine.Request.fromHttp(req, source_url, buffers) now builds the adblock request straight from HttpClient.Request. * The URL is tokenized once per request (hashed into the Request, shared by all engines); capped at 128 tokens (same as adblock-rust). * Document hostname longer than 253 bytes now skips adblocking.