mirror of
https://github.com/servo/servo
synced 2026-05-11 09:26:59 +02:00
Handler::handle_add_cookie did not configure the attributes "Expires" and "SameSite". This patch adds them. Testing: Passing WPT tests that were expected to fail. Fixes: https://github.com/servo/servo/pull/37715#issuecomment-3069734014 Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>