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)