diff --git a/Client/Frontend/Browser/BrowserViewController.swift b/Client/Frontend/Browser/BrowserViewController.swift index f31e9f9f83db..486eb555f6e3 100644 --- a/Client/Frontend/Browser/BrowserViewController.swift +++ b/Client/Frontend/Browser/BrowserViewController.swift @@ -1359,7 +1359,7 @@ extension BrowserViewController: WKNavigationDelegate { if let credentials = res.successValue { completionHandler(.UseCredential, credentials.credentials) } else { - completionHandler(NSURLSessionAuthChallengeDisposition.CancelAuthenticationChallenge, nil) + completionHandler(NSURLSessionAuthChallengeDisposition.RejectProtectionSpace, nil) } } }