aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-03-19 07:36:34 -0500
committerLibravatar GitHub <noreply@github.com>2021-03-19 07:36:34 -0500
commitfaf0ae268bbccc58508f1930b9124eb11e0ca358 (patch)
treea0776c50e5bc574906d7206bb8dc3ebd4cfb57c8
parentMerge pull request #4102 from pirate486743186/patch-13 (diff)
parentSorting (diff)
downloadfirejail-faf0ae268bbccc58508f1930b9124eb11e0ca358.tar.gz
firejail-faf0ae268bbccc58508f1930b9124eb11e0ca358.tar.zst
firejail-faf0ae268bbccc58508f1930b9124eb11e0ca358.zip
Merge pull request #3984 from nidamanx/patch-1
Fix for KeePassXC plugin
-rw-r--r--etc/profile-a-l/firefox.profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile
index 20bd9824c..68dd350ca 100644
--- a/etc/profile-a-l/firefox.profile
+++ b/etc/profile-a-l/firefox.profile
@@ -14,6 +14,11 @@ mkdir ${HOME}/.mozilla
14whitelist ${HOME}/.cache/mozilla/firefox 14whitelist ${HOME}/.cache/mozilla/firefox
15whitelist ${HOME}/.mozilla 15whitelist ${HOME}/.mozilla
16 16
17# Uncomment or put in your firefox.local one of the following whitelist to enable KeePassXC Plugin
18# NOTE: start KeePassXC before Firefox and keep it open to allow communication between them
19#whitelist ${RUNUSER}/kpxc_server
20#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
21
17whitelist /usr/share/doc 22whitelist /usr/share/doc
18whitelist /usr/share/firefox 23whitelist /usr/share/firefox
19whitelist /usr/share/gnome-shell/search-providers/firefox-search-provider.ini 24whitelist /usr/share/gnome-shell/search-providers/firefox-search-provider.ini