about summary refs log tree commit diff stats
path: root/test/net/cookie.css.http
Commit message (Collapse)AuthorAgeFilesLines
* loader: support Set-Cookie for non-initial requestsbptato2025-04-051-0/+4
For compatibility with mainstream browsers. e.g. this should allow log-ins through ajax. To synchronize the loader's cookie jar with that of the pager, we open a stream (about:cookie-stream) to pass over serialized cookies when required.