aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-11-12 12:51:58 +0300
committerManeraKai <manerakai@protonmail.com>2022-11-12 12:51:58 +0300
commit544b69602e3f48018bc4feb2cf39a44dd3b4c52a (patch)
treee447596e07c8e20f60f16eb6a4d6a8690d5e559a /src/config
parentFixed <img> not redirecting https://github.com/libredirect/libredirect/issues... (diff)
downloadlibredirect-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.json18
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