relay icon indicating copy to clipboard operation
relay copied to clipboard

Improve Filterable implementation for User Agents

Open Dav1dde opened this issue 4 months ago • 1 comments

The Filterable::user_agent implementation may already have access to a parsed variant of the user agent, e.g. it may already exist in the browser context. Instead of relying to re-parse the user agent, it could be constructed from the context instead (if available).

Dav1dde avatar Aug 05 '25 11:08 Dav1dde