mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6267] chromium: --private=<dir> not preserving cookies (browser config) #3226
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#3226
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @c0d3z3r0 on GitHub (Mar 7, 2024).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6267
Description
Chromium does not preserve cookies, sessions.
Steps to Reproduce
LC_ALL=C firejail --private=/tmp/work --ignore=private-cache --profile=chromium chromiumExpected behavior
Cookies (and thus sesssions) should be preserved.
Actual behavior
Cookies (and thus sessions) get lost.
Behavior without a profile
Same.
Additional context
None.
Environment
firejail --version): 0.9.72Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail --private=/tmp/work --ignore=private-cache --profile=chromium chromiumOutput of
LC_ALL=C firejail --debug --private=/tmp/work --ignore=private-cache --profile=chromium chromiumhttps://gist.github.com/c0d3z3r0/504e70955bd848027538d9bbf8d8e426
@rusty-snake commented on GitHub (Mar 7, 2024):
So permanent cookies get lost when restarting with
--private=<dir>but other stuff like bookmarks are preserved, right?@c0d3z3r0 commented on GitHub (Mar 7, 2024):
Yes, correct. Bookmarks, settings, history are all fine. Even the cache gets preserved (with
--ignore=private-cache).@c0d3z3r0 commented on GitHub (Mar 7, 2024):
Oof, I had
Clear cookies on closeturned on per default... classic PEBCAK. Sorry for the noise!