Ver Fonte

Merge pull request #286 from adam-p/master

Enable UseIndistinguishableTLS
Adam Pritchard há 9 anos atrás
pai
commit
e83818322e

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

@@ -251,7 +251,7 @@
 
 
     config[@"DeviceRegion"] = [PsiphonTunnel getDeviceRegion];
     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.
     // Get the location of the root CAs file in the bundle resources.
     NSURL *rootCAsURL = [[NSBundle bundleForClass:[self class]] URLForResource:@"rootCAs" withExtension:@"txt"];
     NSURL *rootCAsURL = [[NSBundle bundleForClass:[self class]] URLForResource:@"rootCAs" withExtension:@"txt"];