Allows Any HTTPS Certificate

#React Native

whck6

+ (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host {
  return YES;
}