mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
browser(firefox): clear AuthCache when setting context proxy (#4793)
This commit is contained in:
parent
3eef2548e4
commit
b3e7838582
@ -1,2 +1,2 @@
|
||||
1223
|
||||
Changed: lushnikov@chromium.org Thu Dec 17 21:58:44 MST 2020
|
||||
1224
|
||||
Changed: yurys@chromium.org Mon 21 Dec 2020 03:43:57 PM PST
|
||||
|
||||
@ -593,6 +593,8 @@ class BrowserContext {
|
||||
}
|
||||
|
||||
setProxy(proxy) {
|
||||
// Clear AuthCache.
|
||||
Services.obs.notifyObservers(null, "net:clear-active-logins");
|
||||
this._proxy = proxy;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user