Răsfoiți Sursa

Merge pull request #286 from adam-p/master

Enable UseIndistinguishableTLS
Adam Pritchard 9 ani în urmă
părinte
comite
e83818322e

+ 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"];