aboutsummaryrefslogtreecommitdiffstats
path: root/etc/mpv.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-07-06 23:35:40 +0000
committerLibravatar GitHub <noreply@github.com>2019-07-06 23:35:40 +0000
commit0dffeb15b650a113643aa0d632ffae59379fe12e (patch)
treefa7351d5de0f3fe6ce86a9b565b628ef411de5a5 /etc/mpv.profile
parentmpg123 (diff)
downloadfirejail-0dffeb15b650a113643aa0d632ffae59379fe12e.tar.gz
firejail-0dffeb15b650a113643aa0d632ffae59379fe12e.tar.zst
firejail-0dffeb15b650a113643aa0d632ffae59379fe12e.zip
Add youtube-dl config handling (#2836)
* Add youtube-dl config to disable-programs.inc * Add config handling to youtube-dl * Add youtube-dl config handling to celluloid.profile * Add youtube-dl config handling to mpv.profile * Add youtube-dl config handling to smplayer.profile * Add youtube-dl config handling to mpsyt.profile
Diffstat (limited to 'etc/mpv.profile')
-rw-r--r--etc/mpv.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/mpv.profile b/etc/mpv.profile
index 07a6ba42b..25769085c 100644
--- a/etc/mpv.profile
+++ b/etc/mpv.profile
@@ -8,6 +8,7 @@ include mpv.local
8include globals.local 8include globals.local
9 9
10noblacklist ${HOME}/.config/mpv 10noblacklist ${HOME}/.config/mpv
11noblacklist ${HOME}/.config/youtube-dl
11noblacklist ${HOME}/.netrc 12noblacklist ${HOME}/.netrc
12 13
13# Allow python (blacklisted by disable-interpreters.inc) 14# Allow python (blacklisted by disable-interpreters.inc)