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…
Reference in a new issue