mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-07 19:58:36 +00:00
When WebDriver accesses cookies, it specifically says to run:
the first step of the algorithm in RFC6265 to compute cookie-string
So we should skip subsequent steps. We already skip step 2, which sorts
the cookies, but neglected to skip step 3 to update their last access
time.
27 KiB
27 KiB