qutebrowser: Allow autoplay on Invidious
This commit is contained in:
parent
23b81817ba
commit
167b488ff2
|
@ -27,6 +27,10 @@ let
|
||||||
"https://chat.sbruder.de"
|
"https://chat.sbruder.de"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
permissionAutoplay = [
|
||||||
|
"https://iv.sbruder.xyz"
|
||||||
|
];
|
||||||
|
|
||||||
cookieExceptions = [
|
cookieExceptions = [
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
|
@ -243,6 +247,8 @@ lib.mkIf nixosConfig.sbruder.gui.enable
|
||||||
${setOptionForeachPattern "content.media.video_capture" true permissionVideo}
|
${setOptionForeachPattern "content.media.video_capture" true permissionVideo}
|
||||||
${setOptionForeachPattern "content.notifications.enabled" true permissionNotifications}
|
${setOptionForeachPattern "content.notifications.enabled" true permissionNotifications}
|
||||||
|
|
||||||
|
${setOptionForeachPattern "content.autoplay" true permissionAutoplay}
|
||||||
|
|
||||||
# Cookie exceptions
|
# Cookie exceptions
|
||||||
${setOptionForeachPattern "content.cookies.accept" "all" cookieExceptions}
|
${setOptionForeachPattern "content.cookies.accept" "all" cookieExceptions}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue