File tree 6 files changed +13
-0
lines changed
6 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ whitelist /usr/share/cachy-browser
21
21
22
22
# To enable KeePassXC Plugin add one of the following lines to your cachy-browser.local.
23
23
# Note: Start KeePassXC before CachyBrowser and keep it open to allow communication between them.
24
+ #noblacklist ${RUNUSER}/app
25
+ #whitelist ${RUNUSER}/app/org.keepassxc.KeePassXC
24
26
#whitelist ${RUNUSER}/kpxc_server
25
27
#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
26
28
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ include firefox-common-addons.local
4
4
5
5
# Prevent whitelisting in ${RUNUSER}
6
6
ignore whitelist ${RUNUSER}/*firefox*
7
+ ignore whitelist ${RUNUSER}/app/org.keepassxc.KeePassXC
7
8
ignore whitelist ${RUNUSER}/psd/*firefox*
8
9
ignore whitelist ${RUNUSER}/kpxc_server
9
10
ignore whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ whitelist ${HOME}/.mozilla
31
31
32
32
# Add one of the following whitelist options to your firefox.local to enable KeePassXC Plugin support.
33
33
# Note: Start KeePassXC before Firefox and keep it open to allow communication between them.
34
+ #noblacklist ${RUNUSER}/app
35
+ #whitelist ${RUNUSER}/app/org.keepassxc.KeePassXC
34
36
#whitelist ${RUNUSER}/kpxc_server
35
37
#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
36
38
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ whitelist ${HOME}/.floorp
20
20
21
21
# To enable KeePassXC Plugin add one of the following lines to your floorp.local.
22
22
# Note: Start KeePassXC before floorp and keep it open to allow communication between them.
23
+ #noblacklist ${RUNUSER}/app
24
+ #whitelist ${RUNUSER}/app/org.keepassxc.KeePassXC
23
25
#whitelist ${RUNUSER}/kpxc_server
24
26
#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
25
27
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ noblacklist ${HOME}/.config/keepassxc
13
13
noblacklist ${HOME}/.config/KeePassXCrc
14
14
noblacklist ${HOME}/.keepassxc
15
15
noblacklist ${DOCUMENTS}
16
+ noblacklist ${RUNUSER}/app
16
17
17
18
# Allow browser profiles, required for browser integration.
18
19
noblacklist ${HOME}/.config/BraveSoftware
@@ -62,8 +63,11 @@ include disable-xdg.inc
62
63
#whitelist ${HOME}/.config/KeePassXCrc
63
64
#include whitelist-common.inc
64
65
66
+ mkdir ${RUNUSER}/app/org.keepassxc.KeePassXC
67
+ whitelist ${RUNUSER}/app/org.keepassxc.KeePassXC
65
68
whitelist /usr/share/keepassxc
66
69
include whitelist-run-common.inc
70
+ include whitelist-runuser-common.inc
67
71
include whitelist-usr-share-common.inc
68
72
include whitelist-var-common.inc
69
73
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ whitelist ${HOME}/.librewolf
20
20
21
21
# To enable KeePassXC Plugin add one of the following lines to your librewolf.local.
22
22
# Note: Start KeePassXC before Librewolf and keep it open to allow communication between them.
23
+ #noblacklist ${RUNUSER}/app
24
+ #whitelist ${RUNUSER}/app/org.keepassxc.KeePassXC
23
25
#whitelist ${RUNUSER}/kpxc_server
24
26
#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
25
27
You can’t perform that action at this time.
0 commit comments