chore: cleanup bandaid firefox pref (#22570)
This patch removes the bandaid preferences that got migrated to the build.
This commit is contained in:
parent
99d4887053
commit
62bd41912d
|
|
@ -98,9 +98,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 = {};
|
||||||
'webgl.forbid-software': false
|
|
||||||
};
|
|
||||||
|
|
||||||
const kDisableFissionFirefoxUserPrefs = {
|
const kDisableFissionFirefoxUserPrefs = {
|
||||||
'browser.tabs.remote.useCrossOriginEmbedderPolicy': false,
|
'browser.tabs.remote.useCrossOriginEmbedderPolicy': false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue