Desktop/firefox: enable autoplay on synctube

This commit is contained in:
Toast 2025-03-20 17:30:38 +01:00
parent a47d0a090d
commit 1815e8e3f6

View file

@ -45,7 +45,10 @@
"PasswordManagerEnabled" = false; "PasswordManagerEnabled" = false;
"Permissions" = { "Permissions" = {
"Autoplay" = { "Autoplay" = {
"Allow" = ["https://www.youtube.com"]; "Allow" = [
"https://www.youtube.com"
"https://sync-tube.de"
];
"Default" = "block-audio-video"; "Default" = "block-audio-video";
}; };
}; };