1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/Userland/Services/WebContent
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
..
ClientConnection.cpp LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00
ClientConnection.h LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00
CMakeLists.txt WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01:00
Documentation.txt Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
Forward.h WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01:00
main.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
PageHost.cpp Browser+LibWeb+WebContent: Track the source of document.cookie requests 2021-04-14 16:07:46 +02:00
PageHost.h Browser+LibWeb+WebContent: Track the source of document.cookie requests 2021-04-14 16:07:46 +02:00
WebContentClient.ipc Browser+LibWeb+WebContent: Track the source of document.cookie requests 2021-04-14 16:07:46 +02:00
WebContentConsoleClient.cpp LibJS: Make Errors fully spec compliant 2021-04-12 09:38:57 +02:00
WebContentConsoleClient.h WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01:00
WebContentServer.ipc LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00