Applications/Internet/Cyberia: Probably a good idea to actually handle Set-Cookie 🤦

This commit is contained in:
Alec Murphy
2025-10-10 12:57:16 -04:00
parent 6253fe8004
commit d8a3756037

View File

@@ -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)