Desktop/firefox: enable autoplay on synctube
This commit is contained in:
parent
a47d0a090d
commit
1815e8e3f6
1 changed files with 4 additions and 1 deletions
|
|
@ -45,7 +45,10 @@
|
|||
"PasswordManagerEnabled" = false;
|
||||
"Permissions" = {
|
||||
"Autoplay" = {
|
||||
"Allow" = ["https://www.youtube.com"];
|
||||
"Allow" = [
|
||||
"https://www.youtube.com"
|
||||
"https://sync-tube.de"
|
||||
];
|
||||
"Default" = "block-audio-video";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue