|
@@ -222,7 +222,7 @@ import Queuer
|
|
|
|
|
|
//MARK: - Pinning check
|
|
|
|
|
|
- func checkTrustedChallenge(_ session: URLSession, didReceive challenge: URLAuthenticationChallenge) -> Bool {
|
|
|
+ private func checkTrustedChallenge(_ session: URLSession, didReceive challenge: URLAuthenticationChallenge) -> Bool {
|
|
|
|
|
|
var trusted = false
|
|
|
let protectionSpace: URLProtectionSpace = challenge.protectionSpace
|