ladybird/Userland/Libraries/LibWeb/Cookie
Timothy Flynn 2381b19719 Browser+LibWeb+WebContent: Parse cookies in the OOP tab
To protect the main Browser process against nefarious cookies, parse the
cookies out-of-process and then send the parsed result over IPC to the
main process. This way, if the cookie parser blows up, only that tab
will be affected.
2021-04-16 19:19:31 +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+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
ParsedCookie.h Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00