This commit is contained in:
parent
329a52ea8b
commit
9e6862ab1a
|
@ -746,6 +746,7 @@ const defaultInstances = {
|
|||
'skyview': ['https://skyview.social'],
|
||||
'priviblur': ['https://pb.bloat.cat'],
|
||||
'nitter': ['https://nitter.privacydev.net'],
|
||||
'pasted': ['https://pasted.drakeerv.com'],
|
||||
}
|
||||
|
||||
function initDefaults() {
|
||||
|
|
|
@ -1094,6 +1094,11 @@
|
|||
"name": "PrivateBin",
|
||||
"instanceList": true,
|
||||
"url": "https://privatebin.info"
|
||||
},
|
||||
"pasted": {
|
||||
"name": "Pasted",
|
||||
"instanceList": true,
|
||||
"url": "https://github.com/Dragynfruit/pasted"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
|
|
Loading…
Reference in New Issue