aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/firefox-common-addons.inc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-11-09 20:57:33 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-11-09 20:57:33 +0100
commitf3585e53933c95d3be31bb53214145d9219ff3ea (patch)
tree7d02eaa910cc0394d031cbd8d95f784d6c2e7b78 /etc/inc/firefox-common-addons.inc
parentdisable private-etc in zoom, close #3726 (diff)
downloadfirejail-f3585e53933c95d3be31bb53214145d9219ff3ea.tar.gz
firejail-f3585e53933c95d3be31bb53214145d9219ff3ea.tar.zst
firejail-f3585e53933c95d3be31bb53214145d9219ff3ea.zip
fixes, closes, enhances, improvements, and so on
- .github/ISSUE_TEMPLATE/bug_report.md: get ride off spanish, french, ... error messages - etc/inc/firefox-common-addons.inc: support ff2mpv - etc/profile-a-l/gimp.profile: note about xsane - etc/profile-m-z/min.profile: prettify - etc/profile-m-z/mpsyt.profile: fix, add lua - etc/profile-m-z/qbittorrent.profile: add note for tray-icons; this will get a better note once I investigated and audited all the D-Bus tray stuff. - etc/profile-m-z/transmission-daemon.profile: fix, add protocol packet close #3686 - mps-youtube needs lua close #3701 - Firefox native messaging regression in 0.9.62.4 -> 0.9.64rc1 close #3636 - transmission-daemon fills log with error close #3640 - Gimp - add note how to enable scanning (xsane) close #3707 - qBittorrent tray icon missing from notification panel when running it with firejail
Diffstat (limited to 'etc/inc/firefox-common-addons.inc')
-rw-r--r--etc/inc/firefox-common-addons.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/inc/firefox-common-addons.inc b/etc/inc/firefox-common-addons.inc
index 11acb7b42..198941ac9 100644
--- a/etc/inc/firefox-common-addons.inc
+++ b/etc/inc/firefox-common-addons.inc
@@ -69,3 +69,20 @@ include allow-python3.inc
69# Flash plugin 69# Flash plugin
70# private-etc must first be enabled in firefox-common.profile and in profiles including it. 70# private-etc must first be enabled in firefox-common.profile and in profiles including it.
71#private-etc adobe 71#private-etc adobe
72
73# ff2mpv
74#ignore noexec ${HOME}
75#noblacklist ${HOME}/.config/mpv
76#noblacklist ${HOME}/.config/youtube-dl
77#noblacklist ${HOME}/.netrc
78#include allow-lua.inc
79#include allow-python3.inc
80#mkdir ${HOME}/.config/mpv
81#mkdir ${HOME}/.config/youtube-dl
82#whitelist ${HOME}/.config/mpv
83#whitelist ${HOME}/.config/youtube-dl
84#whitelist ${HOME}/.netrc
85#whitelist /usr/share/lua
86#whitelist /usr/share/lua*
87#whitelist /usr/share/vulkan
88#private-bin env,mpv,python3*,waf,youtube-dl