mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
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.