From b4960959b5067646d7112bae358e49dcaea5b70a Mon Sep 17 00:00:00 2001 From: kat witch Date: Mon, 26 Apr 2021 14:33:51 +0100 Subject: [PATCH] profiles/gui: Remove syncplay trusted whitelist --- profiles/gui/home/mpv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/gui/home/mpv.nix b/profiles/gui/home/mpv.nix index 2633dae6..799cb02e 100644 --- a/profiles/gui/home/mpv.nix +++ b/profiles/gui/home/mpv.nix @@ -43,9 +43,9 @@ password = witch.secrets.hosts.athame.syncplay.password; }; # gui = false; - trustedDomains = [ "youtube.com" "youtu.be" "twitch.tv" "soundcloud.com" ]; config = { client_settings = { + onlyswitchtotrusteddomains = false; autoplayrequiresamefiles = false; readyatstart = true; pauseonleave = false;