1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Userland/Libraries/LibWeb/Page
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
..
EditEventHandler.cpp LibWeb: Make the node mutation algorithms more spec compliant 2021-04-06 21:42:00 +02:00
EditEventHandler.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
EventHandler.cpp LibWeb: Get the first DOM node with a 'title' attribute for tooltip area 2021-03-30 21:21:17 +02:00
EventHandler.h LibWeb: Plumb wheel events from widget layer to EventHandler 2021-02-22 21:46:54 +01:00
Frame.cpp LibWeb: Only call page_did_change_title() from main frame 2021-03-21 09:36:37 +01:00
Frame.h LibWeb: Remove WidgetBox layout node 2021-02-10 09:13:30 +01:00
Page.cpp LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00
Page.h Browser+LibWeb+WebContent: Track the source of document.cookie requests 2021-04-14 16:07:46 +02:00