disable curl and wget in browsers based on firefox and chromium

This commit is contained in:
netblue30 2021-12-18 10:17:52 -05:00
parent c7948c6c72
commit f3d126bf17
2 changed files with 6 additions and 0 deletions

View file

@ -53,6 +53,9 @@ private-cache
?BROWSER_DISABLE_U2F: private-dev
#private-tmp - issues when using multiple browser sessions
blacklist ${PATH}/curl
blacklist ${PATH}/wget
#dbus-user none - prevents access to passwords saved in GNOME Keyring and KWallet, also breaks Gnome connector.
dbus-system none

View file

@ -59,6 +59,9 @@ disable-mnt
#private-etc alternatives,asound.conf,ca-certificates,crypto-policies,dconf,fonts,group,gtk-2.0,gtk-3.0,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,localtime,machine-id,mailcap,mime.types,nsswitch.conf,pango,passwd,pki,pulse,resolv.conf,selinux,ssl,X11,xdg
private-tmp
blacklist ${PATH}/curl
blacklist ${PATH}/wget
# 'dbus-user none' breaks various desktop integration features like global menus, native notifications,
# Gnome connector, KDE connect and power management on KDE Plasma.
dbus-user none