iOS UIWebView 加载不被信任的 https 页面 Larva 2019-07-10 1,051 阅读1分钟 @implementation NSURLRequest (NSURLRequestAvoidSSL) + (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host { return YES; } @end