mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-11 22:23:39 +00:00
Enable censorship circumvention in Qatar
// FREEBIE
This commit is contained in:
parent
b34eb08088
commit
d7d6f38cb6
@ -140,6 +140,15 @@ public class SignalServiceNetworkAccess {
|
|||||||
APPSPOT_CDN_REFLECTOR_HOST,
|
APPSPOT_CDN_REFLECTOR_HOST,
|
||||||
googleTrustStore, GMAIL_CONNECTION_SPEC),
|
googleTrustStore, GMAIL_CONNECTION_SPEC),
|
||||||
baseAndroidCdn, baseGoogleCdn, mapsOneAndroidCdn, mapsTwoAndroidCdn, mailAndroidCdn}));
|
baseAndroidCdn, baseGoogleCdn, mapsOneAndroidCdn, mapsTwoAndroidCdn, mailAndroidCdn}));
|
||||||
|
|
||||||
|
put("+974", new SignalServiceConfiguration(new SignalServiceUrl[] {new SignalServiceUrl("https://www.google.com.qa",
|
||||||
|
APPSPOT_SERVICE_REFLECTOR_HOST,
|
||||||
|
googleTrustStore, GMAIL_CONNECTION_SPEC),
|
||||||
|
baseAndroidService, baseGoogleService, mapsOneAndroidService, mapsTwoAndroidService, mailAndroidService},
|
||||||
|
new SignalCdnUrl[] {new SignalCdnUrl("https://www.google.com.qa",
|
||||||
|
APPSPOT_CDN_REFLECTOR_HOST,
|
||||||
|
googleTrustStore, GMAIL_CONNECTION_SPEC),
|
||||||
|
baseAndroidCdn, baseGoogleCdn, mapsOneAndroidCdn, mapsTwoAndroidCdn, mailAndroidCdn}));
|
||||||
}};
|
}};
|
||||||
|
|
||||||
this.uncensoredConfiguration = new SignalServiceConfiguration(new SignalServiceUrl[] {new SignalServiceUrl(BuildConfig.SIGNAL_URL, new SignalServiceTrustStore(context))},
|
this.uncensoredConfiguration = new SignalServiceConfiguration(new SignalServiceUrl[] {new SignalServiceUrl(BuildConfig.SIGNAL_URL, new SignalServiceTrustStore(context))},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user