mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4696] libreWolf: cannot detect local timezone #2751
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#2751
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 @Lonniebiz on GitHub (Nov 17, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4696
firejail version 0.9.64.4
Librewolf 94.0-1 AppImage:
https://gitlab.com/api/v4/projects/24386000/packages/generic/librewolf/94.0-1/LibreWolf.x86_64.AppImage
Librewolf profile:
https://github.com/netblue30/firejail/blob/master/etc/profile-a-l/librewolf.profile
Command:
firejail --appimage --profile=/home/user/.config/firejail/librewolf.profile /path/to/AppImages/LibreWolf.x86_64.AppImageMy issue is that Librewolf doesn't know my local timezone. I verified that by going here with LibreWolf.
This causes web-email-clients to report the wrong time for when messages were sent and received.
I probably just need to edit the profile to allow the browser to see my timezone, but I'm not sure how to do that.
@SkewedZeppelin commented on GitHub (Nov 17, 2021):
I'm pretty sure that is because Librewolf enables privacy.resistFingerprinting
not because of firejail.
@rusty-snake commented on GitHub (Nov 18, 2021):
WFM
You can try to
env TZ=CST6CDTbut RFP will just override it.@simon-ging commented on GitHub (Jan 2, 2025):
One way to fix the timezone in Librewolf is to disable resistFingerprinting, instead enable fingerprintingProtection, and override the settings there. Librewolf does not recommend this since it goes against the entire point of RFP as they explain here. However if you absolutely want to change it, you can do it like this in about:config
@pjotrek-b commented on GitHub (Nov 7, 2025):
I'm happy to have found this thread!
I understand why one wants RFP - but in this very short time I've switched to LibreWolf's I've spent already several hours - today again - debugging "weird issues" just to find out, again it's - because of the browser claiming a plain-wrong timezone.
(@simon-ging: Thanks for the options to take timezone-spoofing out of fingerprintingProtection, btw.)
I've found some threads mentioning "privacy.resistFingerprinting.exemptedDomains", which led me to this:
Apply fine-grained control of the RFP Timezone Spoofing, which mentions this (marked as
RESOLVED -> fixed):Haven't tried it yet.