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.profile23
1 files changed, 11 insertions, 12 deletions
diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile
index 68dd350ca..cefba93d4 100644
--- a/etc/profile-a-l/firefox.profile
+++ b/etc/profile-a-l/firefox.profile
@@ -14,8 +14,8 @@ 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 17# Add one of the following whitelist options to your firefox.local to enable KeePassXC Plugin support.
18# NOTE: start KeePassXC before Firefox and keep it open to allow communication between them 18# NOTE: start KeePassXC before Firefox and keep it open to allow communication between them.
19#whitelist ${RUNUSER}/kpxc_server 19#whitelist ${RUNUSER}/kpxc_server
20#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer 20#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
21 21
@@ -27,31 +27,30 @@ whitelist /usr/share/mozilla
27whitelist /usr/share/webext 27whitelist /usr/share/webext
28include whitelist-usr-share-common.inc 28include whitelist-usr-share-common.inc
29 29
30# firefox requires a shell to launch on Arch. 30# firefox requires a shell to launch on Arch - add the next line to your firefox.local to enable private-bin.
31#private-bin bash,dbus-launch,dbus-send,env,firefox,sh,which 31#private-bin bash,dbus-launch,dbus-send,env,firefox,sh,which
32# Fedora use shell scripts to launch firefox, at least this is required 32# Fedora uses shell scripts to launch firefox - add the next line to your firefox.local to enable private-bin.
33#private-bin basename,bash,cat,dirname,expr,false,firefox,firefox-wayland,getenforce,ln,mkdir,pidof,restorecon,rm,rmdir,sed,sh,tclsh,true,uname 33#private-bin basename,bash,cat,dirname,expr,false,firefox,firefox-wayland,getenforce,ln,mkdir,pidof,restorecon,rm,rmdir,sed,sh,tclsh,true,uname
34# private-etc must first be enabled in firefox-common.profile 34# Add the next line to your firefox.local to enable private-etc support - note that this must be enabled in your firefox-common.local too.
35#private-etc firefox 35#private-etc firefox
36 36
37dbus-user filter 37dbus-user filter
38dbus-user.own org.mozilla.Firefox.* 38dbus-user.own org.mozilla.Firefox.*
39dbus-user.own org.mozilla.firefox.* 39dbus-user.own org.mozilla.firefox.*
40dbus-user.own org.mpris.MediaPlayer2.firefox.* 40dbus-user.own org.mpris.MediaPlayer2.firefox.*
41# Uncomment or put in your firefox.local to enable native notifications. 41# Add the next line to your firefox.local to enable native notifications.
42#dbus-user.talk org.freedesktop.Notifications 42#dbus-user.talk org.freedesktop.Notifications
43# Uncomment or put in your firefox.local to allow to inhibit screensavers 43# Add the next line to your firefox.local to allow inhibiting screensavers.
44#dbus-user.talk org.freedesktop.ScreenSaver 44#dbus-user.talk org.freedesktop.ScreenSaver
45# Uncomment or put in your firefox.local for plasma browser integration 45# Add the next lines to your firefox.local for plasma browser integration.
46#dbus-user.own org.mpris.MediaPlayer2.plasma-browser-integration 46#dbus-user.own org.mpris.MediaPlayer2.plasma-browser-integration
47#dbus-user.talk org.kde.JobViewServer 47#dbus-user.talk org.kde.JobViewServer
48#dbus-user.talk org.kde.kuiserver 48#dbus-user.talk org.kde.kuiserver
49# Uncomment or put in your firefox.local to allow screen sharing under wayland. 49# Add the next two lines to your firefox.local to allow screen sharing under wayland.
50#whitelist ${RUNUSER}/pipewire-0 50#whitelist ${RUNUSER}/pipewire-0
51#dbus-user.talk org.freedesktop.portal.* 51#dbus-user.talk org.freedesktop.portal.*
52# Also uncomment or put in your firefox.local if screen sharing sharing still 52# Add the next line to your firefox.local if screen sharing sharing still does not work
53# does not work with the above lines (might depend on the portal 53# with the above lines (might depend on the portal implementation).
54# implementation)
55#ignore noroot 54#ignore noroot
56ignore dbus-user none 55ignore dbus-user none
57 56