aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/librewolf.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/librewolf.profile')
-rw-r--r--etc/profile-a-l/librewolf.profile34
1 files changed, 31 insertions, 3 deletions
diff --git a/etc/profile-a-l/librewolf.profile b/etc/profile-a-l/librewolf.profile
index 8e891a930..0934e1271 100644
--- a/etc/profile-a-l/librewolf.profile
+++ b/etc/profile-a-l/librewolf.profile
@@ -18,12 +18,40 @@ whitelist ${HOME}/.librewolf
18#noblacklist ${HOME}/.mozilla 18#noblacklist ${HOME}/.mozilla
19#whitelist ${HOME}/.mozilla 19#whitelist ${HOME}/.mozilla
20 20
21# librewolf requires a shell to launch on Arch. We can possibly remove sh though. 21# Uncomment or put in your librewolf.local one of the following whitelist to enable KeePassXC Plugin
22# Add the next line to your librewolf.local to enable private-bin. 22# NOTE: start KeePassXC before Librewolf and keep it open to allow communication between them
23#private-bin bash,dbus-launch,dbus-send,env,librewolf,python*,sh,which 23#whitelist ${RUNUSER}/kpxc_server
24#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
25
26whitelist /usr/share/doc
27whitelist /usr/share/gtk-doc/html
28whitelist /usr/share/mozilla
29whitelist /usr/share/webext
30include whitelist-usr-share-common.inc
31
32# Add the next line to your librewolf.local to enable private-bin (Arch Linux).
33#private-bin dbus-launch,dbus-send,librewolf,sh
24# Add the next line to your librewolf.local to enable private-etc. Note 34# Add the next line to your librewolf.local to enable private-etc. Note
25# that private-etc must first be enabled in firefox-common.local. 35# that private-etc must first be enabled in firefox-common.local.
26#private-etc librewolf 36#private-etc librewolf
27 37
38dbus-user filter
39# Uncomment or put in your librewolf.local to enable native notifications.
40#dbus-user.talk org.freedesktop.Notifications
41# Uncomment or put in your librewolf.local to allow to inhibit screensavers
42#dbus-user.talk org.freedesktop.ScreenSaver
43# Uncomment or put in your librewolf.local for plasma browser integration
44#dbus-user.own org.mpris.MediaPlayer2.plasma-browser-integration
45#dbus-user.talk org.kde.JobViewServer
46#dbus-user.talk org.kde.kuiserver
47# Uncomment or put in your librewolf.local to allow screen sharing under wayland.
48#whitelist ${RUNUSER}/pipewire-0
49#dbus-user.talk org.freedesktop.portal.*
50# Also uncomment or put in your librewolf.local if screen sharing sharing still
51# does not work with the above lines (might depend on the portal
52# implementation)
53#ignore noroot
54ignore dbus-user none
55
28# Redirect 56# Redirect
29include firefox-common.profile 57include firefox-common.profile