From 762f939e32c6132a2fe408be9f881f970050ec7d Mon Sep 17 00:00:00 2001 From: Nicola Davide Mannarelli <1094368+nidamanx@users.noreply.github.com> Date: Sat, 13 Feb 2021 17:57:12 +0100 Subject: Fix for KeePassXC plugin KeePassXC changed the socket name. https://github.com/keepassxreboot/keepassxc/commit/a145bf91191f0a4630a7e31654aff8a8dfd09bf0 Keep also old socket name in whitelist for back compatibility --- etc/profile-a-l/firefox.profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile index 20bd9824c..597dcf23c 100644 --- a/etc/profile-a-l/firefox.profile +++ b/etc/profile-a-l/firefox.profile @@ -48,6 +48,10 @@ dbus-user.own org.mpris.MediaPlayer2.firefox.* # does not work with the above lines (might depend on the portal # implementation) #ignore noroot +# Uncomment or put in your firefox.local one of the following whitelist to enable KeePassXC Plugin +# note: run KeePassXC before Firefox to allow coomunication between them +#whitelist ${RUNUSER}/kpxc_server +#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer ignore dbus-user none # Redirect -- cgit v1.2.3-54-g00ecf