mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
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.
|
||||
// Should all be moved to `playwright.cfg`.
|
||||
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 kBandaidFirefoxUserPrefs = {};
|
||||
|
||||
const kDisableFissionFirefoxUserPrefs = {
|
||||
'browser.tabs.remote.useCrossOriginEmbedderPolicy': false,
|
||||
|
Loading…
Reference in New Issue
Block a user