aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/firefox.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-23 02:49:53 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-28 11:49:51 -0300
commit35885d72566977c1a9686f9324b07ae2cdd1f702 (patch)
tree0664467ad3077de149fa545c160d4762fc43c1ad /etc/profile-a-l/firefox.profile
parentmpv: move read-only entries to disable-common.inc (diff)
downloadfirejail-35885d72566977c1a9686f9324b07ae2cdd1f702.tar.gz
firejail-35885d72566977c1a9686f9324b07ae2cdd1f702.tar.zst
firejail-35885d72566977c1a9686f9324b07ae2cdd1f702.zip
firefox: move read-only entries to disable-common.inc
Instead of duplicating them on every profile that tries to allow opening links in Firefox. And make that path read-write on firefox.profile.
Diffstat (limited to 'etc/profile-a-l/firefox.profile')
-rw-r--r--etc/profile-a-l/firefox.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile
index 0e1d30958..42d59157c 100644
--- a/etc/profile-a-l/firefox.profile
+++ b/etc/profile-a-l/firefox.profile
@@ -14,6 +14,9 @@ include globals.local
14# https://github.com/netblue30/firejail/wiki/Frequently-Asked-Questions#how-do-i-run-two-instances-of-firefox 14# https://github.com/netblue30/firejail/wiki/Frequently-Asked-Questions#how-do-i-run-two-instances-of-firefox
15# https://github.com/netblue30/firejail/issues/4206#issuecomment-824806968 15# https://github.com/netblue30/firejail/issues/4206#issuecomment-824806968
16 16
17# (Ignore entry from disable-common.inc)
18ignore read-only ${HOME}/.mozilla/firefox/profiles.ini
19
17noblacklist ${HOME}/.cache/mozilla 20noblacklist ${HOME}/.cache/mozilla
18noblacklist ${HOME}/.mozilla 21noblacklist ${HOME}/.mozilla
19noblacklist ${RUNUSER}/*firefox* 22noblacklist ${RUNUSER}/*firefox*