diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-11-12 12:51:58 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-11-12 12:51:58 +0300 |
commit | 544b69602e3f48018bc4feb2cf39a44dd3b4c52a (patch) | |
tree | e447596e07c8e20f60f16eb6a4d6a8690d5e559a /src/config | |
parent | Fixed <img> not redirecting https://github.com/libredirect/libredirect/issues... (diff) | |
download | libredirect-544b69602e3f48018bc4feb2cf39a44dd3b4c52a.zip |
Added excludeTargets for more basic frontends https://github.com/libredirect/libredirect/issues/531
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/config.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/config/config.json b/src/config/config.json index 8b99423a..e7d468b6 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -34,6 +34,10 @@ "instanceList": true }, "piped": { + "excludeTargets": [ + 1, + 2 + ], "preferences": { "localstorage": [ "bufferGoal", @@ -62,6 +66,10 @@ "instanceList": true }, "pipedMaterial": { + "excludeTargets": [ + 1, + 2 + ], "preferences": { "localstorage": [ "PREFERENCES" @@ -82,11 +90,19 @@ "instanceList": true }, "freetube": { + "excludeTargets": [ + 1, + 2 + ], "name": "FreeTube", "embeddable": false, "instanceList": false }, "yattee": { + "excludeTargets": [ + 1, + 2 + ], "name": "Yattee", "embeddable": false, "instanceList": false @@ -732,4 +748,4 @@ "color": "grey" } } -} +} \ No newline at end of file |