Create a new API to trump IE security settings if desired

This commit is contained in:
Paul Betts 2015-10-16 16:40:30 -07:00
parent 2c21f1a304
commit d123c8613d
4 changed files with 12 additions and 0 deletions

View file

@ -330,4 +330,8 @@ scoped_refptr<base::SingleThreadTaskRunner> URLRequestContextGetter::GetNetworkT
return BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO);
}
void URLRequestContextGetter::AllowNTLMCredentialsForAllDomains(bool should_allow) {
url_sec_mgr_->AllowNTLMCredentialsForAllDomains(should_allow);
}
} // namespace brightray