aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/firefox.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/firefox.profile')
-rw-r--r--etc/profile-a-l/firefox.profile26
1 files changed, 13 insertions, 13 deletions
diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile
index 93d32d141..ff2a499dc 100644
--- a/etc/profile-a-l/firefox.profile
+++ b/etc/profile-a-l/firefox.profile
@@ -14,29 +14,29 @@ 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
17nodeny ${HOME}/.cache/mozilla 17noblacklist ${HOME}/.cache/mozilla
18nodeny ${HOME}/.mozilla 18noblacklist ${HOME}/.mozilla
19nodeny ${RUNUSER}/*firefox* # location of profiles if profile-sync-daemon is used 19noblacklist ${RUNUSER}/*firefox*
20 20
21deny /usr/libexec 21blacklist /usr/libexec
22 22
23mkdir ${HOME}/.cache/mozilla/firefox 23mkdir ${HOME}/.cache/mozilla/firefox
24mkdir ${HOME}/.mozilla 24mkdir ${HOME}/.mozilla
25allow ${HOME}/.cache/mozilla/firefox 25whitelist ${HOME}/.cache/mozilla/firefox
26allow ${HOME}/.mozilla 26whitelist ${HOME}/.mozilla
27 27
28# Add one of the following whitelist options to your firefox.local to enable KeePassXC Plugin support. 28# Add one of the following whitelist options to your firefox.local to enable KeePassXC Plugin support.
29# NOTE: start KeePassXC before Firefox and keep it open to allow communication between them. 29# NOTE: start KeePassXC before Firefox and keep it open to allow communication between them.
30#whitelist ${RUNUSER}/kpxc_server 30#whitelist ${RUNUSER}/kpxc_server
31#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer 31#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
32 32
33allow /usr/share/doc 33whitelist /usr/share/doc
34allow /usr/share/firefox 34whitelist /usr/share/firefox
35allow /usr/share/gnome-shell/search-providers/firefox-search-provider.ini 35whitelist /usr/share/gnome-shell/search-providers/firefox-search-provider.ini
36allow /usr/share/gtk-doc/html 36whitelist /usr/share/gtk-doc/html
37allow /usr/share/mozilla 37whitelist /usr/share/mozilla
38allow /usr/share/webext 38whitelist /usr/share/webext
39allow ${RUNUSER}/*firefox* 39whitelist ${RUNUSER}/*firefox*
40include whitelist-usr-share-common.inc 40include whitelist-usr-share-common.inc
41 41
42# firefox requires a shell to launch on Arch - add the next line to your firefox.local to enable private-bin. 42# firefox requires a shell to launch on Arch - add the next line to your firefox.local to enable private-bin.