diff options
author | Parménides GV <parmegv@sdf.org> | 2015-04-21 20:37:19 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-04-22 12:03:09 +0200 |
commit | e2b289726f3c1813f9fafecc94bc61a70dbdb899 (patch) | |
tree | 5a0515c13c922e91ad193694fd9550b37e37546e /app/assets/urls/bitmask demo.url | |
parent | 467abc3431e2ae148ea72e2c3b4c560473424c3f (diff) |
Pinning connection to provider.json
Using AndroidPinning library from Moxie, I make sure the provider.json
file Bitmask downloads is fetched from a pinned https connection, so
that the api certificate fingerprint is the good one.
Diffstat (limited to 'app/assets/urls/bitmask demo.url')
-rw-r--r-- | app/assets/urls/bitmask demo.url | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/urls/bitmask demo.url b/app/assets/urls/bitmask demo.url index 1a412055..81bdba52 100644 --- a/app/assets/urls/bitmask demo.url +++ b/app/assets/urls/bitmask demo.url @@ -1,3 +1,4 @@ {
- "main_url" : "https://demo.bitmask.net/"
+ "main_url" : "https://demo.bitmask.net/",
+ "ca_cert_fingerprint" : "c3f9f39af6d42d1f201195dec918ac7603597049"
}
|