From 374b45146db0644ab7f39c53918a175369e9dffb Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 6 Jan 2017 13:08:00 -0500 Subject: [PATCH] Remove Iran from censorship circumvention. Current approach isn't sufficient. // FREEBIE --- src/Network/OWSCensorshipConfiguration.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Network/OWSCensorshipConfiguration.m b/src/Network/OWSCensorshipConfiguration.m index 7c91ec4e8..08aaeec03 100644 --- a/src/Network/OWSCensorshipConfiguration.m +++ b/src/Network/OWSCensorshipConfiguration.m @@ -58,10 +58,6 @@ NSString *const OWSCensorshipConfigurationReflectorHost = @"signal-reflector-mee @"+968": @"google.com.om", // UAE @"+971": @"google.ae", - // Iran - // - // There does not appear to be a specific Google domain for Iran. - @"+98": @"google.com", }; }