Skip to content

Instantly share code, notes, and snippets.

@DrewDahlman
Created March 12, 2017 17:36
Show Gist options
  • Save DrewDahlman/5893b441befe0209be746f57e60eca8b to your computer and use it in GitHub Desktop.
Save DrewDahlman/5893b441befe0209be746f57e60eca8b to your computer and use it in GitHub Desktop.
// Added to the ViewController.swift to ignore SSL warnings.
func webView(webView: WKWebView, didReceiveAuthenticationChallenge challenge: URLAuthenticationChallenge,
completionHandler: (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment