|
|
@ -233,7 +233,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- (BOOL)connection:(NSURLConnection *)connection canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)protectionSpace
|
|
|
|
- (BOOL)connection:(NSURLConnection *)connection canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)protectionSpace
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return YES;
|
|
|
|
return YES; // FIXME Turning this to NO should use keychain, but it doesn't
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
- (BOOL)connectionShouldUseCredentialStorage:(NSURLConnection *)connection
|
|
|
|
- (BOOL)connectionShouldUseCredentialStorage:(NSURLConnection *)connection
|
|
|
|