mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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.
|
||||
// Should all be moved to `playwright.cfg`.
|
||||
const kBandaidFirefoxUserPrefs = {
|
||||
'webgl.forbid-software': false
|
||||
};
|
||||
const kBandaidFirefoxUserPrefs = {};
|
||||
|
||||
const kDisableFissionFirefoxUserPrefs = {
|
||||
'browser.tabs.remote.useCrossOriginEmbedderPolicy': false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user