aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2018-04-22 22:13:18 +0200
committerLibravatar GitHub <noreply@github.com>2018-04-22 22:13:18 +0200
commit884b6a01789d874d71ba82a291f45e91e358af75 (patch)
tree29dac0fb390a13829b4c071b6af49b42234680be
parentMerge pull request #1905 from glitsj16/typo (diff)
parentavoid TESTING warning in firefox-common-addons.inc (diff)
downloadfirejail-884b6a01789d874d71ba82a291f45e91e358af75.tar.gz
firejail-884b6a01789d874d71ba82a291f45e91e358af75.tar.zst
firejail-884b6a01789d874d71ba82a291f45e91e358af75.zip
Merge pull request #1904 from glitsj16/firefox
avoid TESTING warning in firefox-common-addons.inc
-rw-r--r--etc/firefox-common-addons.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/firefox-common-addons.inc b/etc/firefox-common-addons.inc
index 333ebdaa2..f5fd4aa5b 100644
--- a/etc/firefox-common-addons.inc
+++ b/etc/firefox-common-addons.inc
@@ -53,8 +53,8 @@ whitelist ${HOME}/.zotero
53whitelist ${HOME}/dwhelper 53whitelist ${HOME}/dwhelper
54 54
55# GNOME Shell integration (chrome-gnome-shell) needs dbus and python 3 (blacklisted by disable-interpreters.inc) 55# GNOME Shell integration (chrome-gnome-shell) needs dbus and python 3 (blacklisted by disable-interpreters.inc)
56noblacklist ${HOME}/.local/share/gnome-shell/extensions 56noblacklist ${HOME}/.local/share/gnome-shell
57whitelist ${HOME}/.local/share/gnome-shell/extensions 57whitelist ${HOME}/.local/share/gnome-shell
58ignore nodbus 58ignore nodbus
59noblacklist ${PATH}/python3* 59noblacklist ${PATH}/python3*
60noblacklist /usr/lib/python3* 60noblacklist /usr/lib/python3*