Skip to content

Commit

Permalink
chore: cleanup bandaid firefox pref (#22570)
Browse files Browse the repository at this point in the history
This patch removes the bandaid preferences that got migrated
to the build.
  • Loading branch information
aslushnikov committed Apr 24, 2023
1 parent 99d4887 commit 62bd419
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/playwright-core/src/server/firefox/firefox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 62bd419

Please sign in to comment.