fix: remove firefox bandaid preferences (#19217)
These preferences were migrated to those we ship with builds. Fixes #17442
This commit is contained in:
parent
3565d97a36
commit
4cb49cb162
|
|
@ -92,12 +92,7 @@ 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 = {};
|
||||||
// Avoid stalling on shutdown, after "xpcom-will-shutdown" phase.
|
|
||||||
// This at least happens when shutting down soon after launching.
|
|
||||||
// See AppShutdown.cpp for more details on shutdown phases.
|
|
||||||
'toolkit.shutdown.fastShutdownStage': 3,
|
|
||||||
};
|
|
||||||
|
|
||||||
const kDisableFissionFirefoxUserPrefs = {
|
const kDisableFissionFirefoxUserPrefs = {
|
||||||
'browser.tabs.remote.useCrossOriginEmbedderPolicy': false,
|
'browser.tabs.remote.useCrossOriginEmbedderPolicy': false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue