mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 19:05:07 +00:00
![]() Since we were previously relying on Document::set_cookie in order to set cookies received as a 'Set-Cookie' response header, we would ignore any response header cookies in redirect (status code 3xx) responses. While this behaviour is not strictly enforced in the specification, most major browsers do set cookies in redirect responses, and some sites (e.g. Cookie Clicker) rely on this behaviour. Since cookies are stored per-site and not per-document, this behaviour is achieved by simply decoupling the cookie set mechanism from it. |
||
---|---|---|
.. | ||
ContentFilter.cpp | ||
ContentFilter.h | ||
FrameLoader.cpp | ||
FrameLoader.h | ||
ImageLoader.cpp | ||
ImageLoader.h | ||
ImageResource.cpp | ||
ImageResource.h | ||
LoadRequest.cpp | ||
LoadRequest.h | ||
Resource.cpp | ||
Resource.h | ||
ResourceLoader.cpp | ||
ResourceLoader.h |