1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Userland/Libraries/LibWeb/Cookie
Timothy Flynn c00760c5f9 Browser+LibWeb+WebContent: Track the source of document.cookie requests
To implement the HttpOnly attribute, the CookieJar needs to know where a
request originated from. Namely, it needs to distinguish between HTTP /
non-HTTP (i.e. JavaScript) requests. When the HttpOnly attribute is set,
requests from JavaScript are to be blocked.
2021-04-14 16:07:46 +02:00
..
Cookie.h Browser+LibWeb+WebContent: Track the source of document.cookie requests 2021-04-14 16:07:46 +02:00
ParsedCookie.cpp Browser+LibWeb: Move cookie parser into LibWeb 2021-04-14 16:07:46 +02:00
ParsedCookie.h Browser+LibWeb: Move cookie parser into LibWeb 2021-04-14 16:07:46 +02:00