We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41211da commit 34bd2b3Copy full SHA for 34bd2b3
1 file changed
Coding_iOS/Util/Manager/CodingNetAPIClient.m
@@ -32,7 +32,6 @@ - (id)initWithBaseURL:(NSURL *)url {
32
33
self.responseSerializer.acceptableContentTypes = [NSSet setWithObjects:@"application/json", @"text/plain", @"text/javascript", @"text/json", nil];
34
[self.requestSerializer setValue:@"application/json" forHTTPHeaderField:@"Accept"];
35
- self.securityPolicy.allowInvalidCertificates = YES;
36
37
return self;
38
}
0 commit comments