carbonyl icon indicating copy to clipboard operation
carbonyl copied to clipboard

Cookies are not persisted between runs

Open janantos opened this issue 2 years ago • 3 comments

Looks like there is no cookie persistent storage. On one side I sort of like it as it sort of automaticaly enforce "privacy" mode, on the other side, it can be quite anoying and limits user friendlines. However lets make the comunity (author) to decide, how to deal with this.

janantos avatar Feb 09 '23 09:02 janantos

Set it as an option?

piranna avatar Feb 14 '23 06:02 piranna

@piranna yes this can be option --no-cookies --cookies-store=/path/to/directory

when unsellected use default cookie store location (eg ~/.carbonyl/cookies)

janantos avatar Mar 03 '23 08:03 janantos

You can use --user-data-dir flag of chromium to store your data between your sessions. It works with carbonyl too.

malisipi avatar Mar 13 '23 21:03 malisipi