Browse Source

Enable UseIndistinguishableTLS

Adam Pritchard 9 years ago
parent
commit
7512d31838
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MobileLibrary/iOS/PsiphonTunnel/PsiphonTunnel/PsiphonTunnel.m

+ 1 - 1
MobileLibrary/iOS/PsiphonTunnel/PsiphonTunnel/PsiphonTunnel.m

@@ -251,7 +251,7 @@
 
     config[@"DeviceRegion"] = [PsiphonTunnel getDeviceRegion];
     
-    config[@"UseIndistinguishableTLS"] = [NSNumber numberWithBool:FALSE];
+    config[@"UseIndistinguishableTLS"] = [NSNumber numberWithBool:TRUE];
     
     // Get the location of the root CAs file in the bundle resources.
     NSURL *rootCAsURL = [[NSBundle bundleForClass:[self class]] URLForResource:@"rootCAs" withExtension:@"txt"];