Files
ladybird/Libraries/LibWeb/Loader
Timothy Flynn 9f436356d0 LibWeb: Interpret cookie headers as UTF-8
The cookie RFC strongly suggests that cookies only contain ASCII, and
that non-ASCII values be encoded with e.g. base64. Web reality differs,
however, and browsers are expected to support UTF-8 encoded cookies.
This aligns with document.cookie.

This fixes the following WPT tests:

    /cookies/encoding/charset.html
    /cookiestore/encoding.https.any.html

No test added here because we don't have a mechanism yet to set an
HTTP cookie and inspect it via our file:// URL test infra.
2026-02-08 23:14:31 +01:00
..