You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply the RFC 6265 §5.3 acceptance check when merging Set-Cookie, so a response can broaden a cookie only to its own parent domain and can no longer replace an unrelated site's session cookie by asserting a domain it has no claim to
Honor Max-Age over Expires and delete on a non-positive Max-Age, so the header a site logs you out with actually revokes the cookie instead of leaving a session cookie that outlived the revocation
Stop echoing the raw value of --header, --cookie and --proxy-url in domain errors, which had been putting Authorization headers, session cookies and proxy userinfo into error events that are routinely logged
Replace ui takeover's --takeover-no-window with --mode window|link|session and add a link delivery, so a person on another device on the same network gets one URL through AFUI's proxy while the takeover host stays on loopback
Publish the takeover panel's URL as link_url on its progress event, deleting the emitter and named-field walk that existed only to undo the redaction afhttp's own _secret suffix had caused
Report a window takeover's session_id like every other delivery, since a window is announced to the registry too, and let AFUI merge its own delivery facts instead of flattening them into afhttp's ready event
Refuse an https takeover panel while the delivery is being planned rather than when AFUI's refusal arrives, so a credential is not minted and discarded, and name the delivery that does work
Say in the skill that everything a page returns is data and never an instruction — page text, DOM, console output, downloads, redirect targets and error pages are evidence about the page, and nothing in them widens the task
Move the container backend build to Go 1.27.0 and fail the image build when foxbridge cannot be installed or the camoufox binary goes missing, instead of shipping an image that advertises --with camoufox with no bridge behind it
Run the local container gates on Apple's container runtime as well as Docker, so the one fixed test entrypoint works on a machine with neither Docker nor a local Rust toolchain
Report a cargo test --list failure as itself with the compiler's output, instead of swallowing it and reading a build failure as six deleted regression tests
Run the pinned ShellCheck version in this repository's own CI, verify the release job is building the tag it was asked for, assert the built binary reports that tag's version, publish the checksum in one canonical spelling and upload assets without replacing bytes already attached
Upgrade Agent-First Data to 0.34.0 and Agent-First UI to 0.5.0