diff options
author | cyBerta <cyberta@riseup.net> | 2025-01-29 02:28:39 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2025-02-03 16:21:57 +0100 |
commit | 8feb66a1e6067540ae30c691a6ed585e10be4abd (patch) | |
tree | cc6508c088c91cab15ca3f3a068d9b99c75b6ff9 /app | |
parent | ba06108aa2efa042b28b41e7834080789120e6b6 (diff) |
remove demo provider from debug builds
Diffstat (limited to 'app')
3 files changed, 0 insertions, 51 deletions
diff --git a/app/src/normalProductionFatDebug/assets/demo.bitmask.net.json b/app/src/normalProductionFatDebug/assets/demo.bitmask.net.json deleted file mode 100644 index f5998c9b..00000000 --- a/app/src/normalProductionFatDebug/assets/demo.bitmask.net.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "api_uri":"https://api.demo.bitmask.net:4430", - "api_version":"3", - "ca_cert_fingerprint":"SHA256: 40ed9d9c13872c1fcba25abdcf26a7b1bdeded433d74fbe1ccb58fbaaab58e23", - "ca_cert_uri":"https://api.demo.bitmask.net/ca.crt", - "default_language":"en", - "description":{ - "en":"This is a demo provider" - }, - "domain":"demo.bitmask.net", - "enrollment_policy":"open", - "languages":[ - "en" - ], - "name":{ - "en":"Demo provider" - }, - "service":{ - "allow_anonymous":true, - "allow_free":true, - "allow_limited_bandwidth":false, - "allow_paid":false, - "allow_registration":false, - "allow_unlimited_bandwidth":true, - "bandwidth_limit":102400, - "default_service_level":1, - "levels":{ - "1":{ - "description":"Please donate.", - "name":"free" - } - } - }, - "services":[ - "openvpn" - ] -}
\ No newline at end of file diff --git a/app/src/normalProductionFatDebug/assets/demo.bitmask.net.pem b/app/src/normalProductionFatDebug/assets/demo.bitmask.net.pem deleted file mode 100644 index f1ede7ab..00000000 --- a/app/src/normalProductionFatDebug/assets/demo.bitmask.net.pem +++ /dev/null @@ -1,10 +0,0 @@ ------BEGIN CERTIFICATE----- -MIIBYTCCAQigAwIBAgIBATAKBggqhkjOPQQDAjAXMRUwEwYDVQQDEwxMRUFQIFJv -b3QgQ0EwHhcNMjQwMjIxMTEzMTUwWhcNMjkwMjIxMTEzNjUwWjAXMRUwEwYDVQQD -EwxMRUFQIFJvb3QgQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAARKTm8AKkqK -aMI7dEarRRGEOPa3i49YE4bGNHxO97h14urXOROJWjnwHJdJ3dJk16oR0HKohXR7 -jSxyukoonJkgo0UwQzAOBgNVHQ8BAf8EBAMCAqQwEgYDVR0TAQH/BAgwBgEB/wIB -ATAdBgNVHQ4EFgQUMVywfKRY9Ec3n98PVIEu7kyWKHwwCgYIKoZIzj0EAwIDRwAw -RAIgeSMNJ51+EvNJzqsISauhOTbFxiUnnmV2z/+dxYeCPzUCIEMXM/X2ekzHEz6V -l7zSfosiYvtQQL3ML3sLnVMmxdmd ------END CERTIFICATE-----
\ No newline at end of file diff --git a/app/src/normalProductionFatDebug/assets/urls/demo.bitmask.net.url b/app/src/normalProductionFatDebug/assets/urls/demo.bitmask.net.url deleted file mode 100644 index 459d6d10..00000000 --- a/app/src/normalProductionFatDebug/assets/urls/demo.bitmask.net.url +++ /dev/null @@ -1,4 +0,0 @@ -{ - "main_url" : "https://demo.bitmask.net", - "geoip_url" : "https://menshen.demo.bitmask.net/json" -} |