From f3d126bf174f89f4c545a9f89fe50b65dfb0d381 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 18 Dec 2021 10:17:52 -0500 Subject: disable curl and wget in browsers based on firefox and chromium --- etc/profile-a-l/firefox-common.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/profile-a-l/firefox-common.profile') diff --git a/etc/profile-a-l/firefox-common.profile b/etc/profile-a-l/firefox-common.profile index ef647b5a0..e7d438b46 100644 --- a/etc/profile-a-l/firefox-common.profile +++ b/etc/profile-a-l/firefox-common.profile @@ -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 -- cgit v1.2.3-54-g00ecf