Implement read support for CDN3

This commit is contained in:
Jamie Kyle 2023-07-26 15:15:05 -07:00 committed by GitHub
parent 8aac997b4f
commit bbd43b6e38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 3 deletions

View file

@ -5,7 +5,8 @@
"directoryMRENCLAVE": "0f6fd79cdfdaa5b2e6337f534d3baf999318b0c462a7ac1f41297a3e4b424a57",
"cdn": {
"0": "https://cdn-staging.signal.org",
"2": "https://cdn2-staging.signal.org"
"2": "https://cdn2-staging.signal.org",
"3": "https://cdn3-staging.signal.org"
},
"contentProxyUrl": "http://contentproxy.signal.org:443",
"updatesUrl": "https://updates2.signal.org/desktop",

View file

@ -5,7 +5,8 @@
"directoryMRENCLAVE": "0f6fd79cdfdaa5b2e6337f534d3baf999318b0c462a7ac1f41297a3e4b424a57",
"cdn": {
"0": "https://cdn.signal.org",
"2": "https://cdn2.signal.org"
"2": "https://cdn2.signal.org",
"3": "https://cdn3.signal.org"
},
"artCreatorUrl": "https://create.signal.art",
"challengeUrl": "https://signalcaptchas.org/challenge/generate.html",