From d8a37560370b7ea84bf7b80f88c8d113d908d9c5 Mon Sep 17 00:00:00 2001 From: Alec Murphy Date: Fri, 10 Oct 2025 12:57:16 -0400 Subject: [PATCH] =?UTF-8?q?Applications/Internet/Cyberia:=20Probably=20a?= =?UTF-8?q?=20good=20idea=20to=20actually=20handle=20Set-Cookie=20?= =?UTF-8?q?=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/Internet/Cyberia.app/Cyberia.HC | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Applications/Internet/Cyberia.app/Cyberia.HC b/Applications/Internet/Cyberia.app/Cyberia.HC index 7b2bd02..57dcd8e 100644 --- a/Applications/Internet/Cyberia.app/Cyberia.HC +++ b/Applications/Internet/Cyberia.app/Cyberia.HC @@ -707,6 +707,10 @@ U0 @cyberia_navigate(Bool refresh = FALSE) Sleep(1); } + if (resp->headers) { + @cyberia_set_cookies(browser, resp); + } + if (resp->status.code == 301 || resp->status.code == 302) { U8* unresolved_location = resp->headers->@("Location"); if (!unresolved_location)