diff options
| author | cyberta <cyberta@riseup.net> | 2018-02-27 10:05:33 -0800 | 
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2018-02-27 10:05:33 -0800 | 
| commit | be24e1bbc336f870d6c9a9eda6a0201e9f79d90f (patch) | |
| tree | 09417ec1c8abb5f68b8b64e3aa37e65272a23d5e | |
| parent | 507380a2c97e6f5e14f9c3b06c6b50b373e85bca (diff) | |
| parent | aa9e7531a3d2d2aa08b0dad6c1f64200e64a5234 (diff) | |
Merge branch '8863_update_provider_details' into '0.9.8'
8863 - update provider json
See merge request leap/bitmask_android!59
| -rw-r--r-- | app/assets/calyx.net.json | 2 | ||||
| -rw-r--r-- | app/assets/riseup.net.json | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/calyx.net.json b/app/assets/calyx.net.json index 30ab43c5..69e1c2a6 100644 --- a/app/assets/calyx.net.json +++ b/app/assets/calyx.net.json @@ -1,5 +1,5 @@  { -  "api_uri": "https://calyx.net:4430", +  "api_uri": "https://api.calyx.net:4430",    "api_version": "1",    "ca_cert_fingerprint": "SHA256: 43683c9ba3862c5384a8c1885072fcac40b5d2d4dd67331443f13a3077fa2e69",    "ca_cert_uri": "https://calyx.net/ca.crt", diff --git a/app/assets/riseup.net.json b/app/assets/riseup.net.json index 9a5ec79e..82290ecd 100644 --- a/app/assets/riseup.net.json +++ b/app/assets/riseup.net.json @@ -16,7 +16,7 @@      "en": "Riseup Networks"    },    "service": { -    "allow_anonymous": false, +    "allow_anonymous": true,      "allow_free": true,      "allow_limited_bandwidth": false,      "allow_paid": false,  | 
