ladybird/Userland/Libraries/LibWeb/Cookie
Daniel La Rocque 242d1d8eba LibWeb: Fail to parse cookie date when date does not exist
Previously, the cookie date validation did not validate days in the
context of the month and year, resulting in dates that do not exist to
be successfully parsed (e.g. February 31st). We now validate that the
day does not exceed the number of days for the given month and year,
taking leap years into account.
2024-01-07 08:01:58 -05:00
..
Cookie.cpp LibWeb: Port Cookie from DeprecatedString to String 2023-11-20 15:00:19 +01:00
Cookie.h LibWeb: Port Cookie from DeprecatedString to String 2023-11-20 15:00:19 +01:00
ParsedCookie.cpp LibWeb: Fail to parse cookie date when date does not exist 2024-01-07 08:01:58 -05:00
ParsedCookie.h LibWeb: Port ParsedCookie from DeprecatedString to String 2023-11-28 17:15:27 -05:00