Update service link and remove Tor alternative
Simplified the "services.json" by updating the primary link name and URL for a privacy-focused service and removing the associated Tor (.onion) alternative.
This commit is contained in:
parent
72816fe551
commit
704808c82f
1 changed files with 2 additions and 8 deletions
|
@ -82,14 +82,8 @@
|
||||||
"status": "OK",
|
"status": "OK",
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"name": "Go to Libreddit",
|
"name": "Go to redlib",
|
||||||
"url": "https://libreddit.private.coffee",
|
"url": "https://redlib.private.coffee"
|
||||||
"alternatives": [
|
|
||||||
{
|
|
||||||
"name": "Tor (.onion)",
|
|
||||||
"url": "http://libreddit.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion/"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"exclude_from_simple": true
|
"exclude_from_simple": true
|
||||||
|
|
Loading…
Reference in a new issue