mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
2402123: Use end date when deleting http auth cache
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2402123
This commit is contained in:
@@ -571,6 +571,7 @@ v8::Local<v8::Promise> Session::ClearAuthCache() {
|
||||
->GetNetworkContext()
|
||||
->ClearHttpAuthCache(
|
||||
base::Time(),
|
||||
base::Time::Max(),
|
||||
base::BindOnce(gin_helper::Promise<void>::ResolvePromise,
|
||||
std::move(promise)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user