mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix(firefox): remove pref override (#17674)
There is no need for the workaround anymore. Fixes #17528.
This commit is contained in:
parent
afa9c1528b
commit
a49ea7357a
@ -89,5 +89,4 @@ export class Firefox extends BrowserType {
|
|||||||
// Prefs for quick fixes that didn't make it to the build.
|
// Prefs for quick fixes that didn't make it to the build.
|
||||||
// Should all be moved to `playwright.cfg`.
|
// Should all be moved to `playwright.cfg`.
|
||||||
const kBandaidFirefoxUserPrefs = {
|
const kBandaidFirefoxUserPrefs = {
|
||||||
'network.cookie.cookieBehavior': 4,
|
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user