diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-02-08 15:51:07 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-02-08 15:51:07 +0300 |
commit | 356fd321d9a035c9c4d0f5b6bb8313cf1d4ca64d (patch) | |
tree | 7351cc426a35e5b5086a00c36c0b808e8b3891f7 /src/config.json | |
parent | Link menu: Redirect, Reverse, Copy Reverse. Icon menu: Settings, SwitchInstan... (diff) | |
download | libredirect-356fd321d9a035c9c4d0f5b6bb8313cf1d4ca64d.zip |
Added option to use github, codeberg, disable for fetching instances https://github.com/libredirect/libredirect/issues/626
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/config.json b/src/config.json index 3a3ed06b..41a87f79 100644 --- a/src/config.json +++ b/src/config.json @@ -46,6 +46,16 @@ "instanceList": true, "url": "https://github.com/mmjee/Piped-Material" }, + "poketube": { + "excludeTargets": [ + 2, + 3 + ], + "name": "PokeTube", + "embeddable": true, + "instanceList": true, + "url": "https://codeberg.org/Ashley/poketube" + }, "cloudtube": { "name": "CloudTube", "embeddable": false, @@ -71,16 +81,6 @@ "embeddable": false, "instanceList": false, "url": "https://github.com/yattee/yattee" - }, - "poketube": { - "excludeTargets": [ - 2, - 3 - ], - "name": "PokeTube", - "embeddable": true, - "instanceList": true, - "url": "https://codeberg.org/Ashley/poketube/" } }, "targets": [ @@ -611,4 +611,4 @@ "url": "https://www.snopes.com" } } -} +} \ No newline at end of file |