Closed winfr34k closed 10 months ago
Hey @winfr34k, thanks for the report! This should be fixed by #22690. A video showing the login process working is attached to that PR.
I can confirm your solution is working! Thanks a lot. Also, welcome to our forum 😀
Steps to Reproduce
/
, noCookie:
should be present./redirect
, you should get redirected.Cookie:
is present.This diverges from behavior in Firefox, Chrome and Safari.
Originally found trying to login to https://winhistory-forum.net (a MyBB based classic forum.)
Issue is crossplatform in Ladybird and Serenity's native Browser.
Workaround
Run Ladybird with
--disable-sql-database
, then is works.This switches from
PersistedStorage
(via SQL database) toTransientStorage
(HashMap
in memory).Reproduction Server
repro.py
:Found and debugged with help of ADKaster at 37C3 :^) Thanks!