diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/src/normal/assets/calyx.net.json | 2 | ||||
-rw-r--r-- | app/src/normal/assets/riseup.net.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/normal/assets/calyx.net.json b/app/src/normal/assets/calyx.net.json index 69e1c2a6..1e3a9e7b 100644 --- a/app/src/normal/assets/calyx.net.json +++ b/app/src/normal/assets/calyx.net.json @@ -16,7 +16,7 @@ "en": "calyx" }, "service": { - "allow_anonymous": false, + "allow_anonymous": true, "allow_free": true, "allow_limited_bandwidth": false, "allow_paid": false, diff --git a/app/src/normal/assets/riseup.net.json b/app/src/normal/assets/riseup.net.json index fd8830a5..7c5bc6d0 100644 --- a/app/src/normal/assets/riseup.net.json +++ b/app/src/normal/assets/riseup.net.json @@ -1,6 +1,6 @@ { "api_uri": "https://api.black.riseup.net:443", - "api_version": "1", + "api_version": "3", "ca_cert_fingerprint": "SHA256: a5244308a1374709a9afce95e3ae47c1b44bc2398c0a70ccbf8b3a8a97f29494", "ca_cert_uri": "https://black.riseup.net/ca.crt", "default_language": "en", |