mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-06 03:16:17 +03:00
chore: Remove obsolete Chromium enabled features (#31513)
This commit is contained in:
parent
262586a46a
commit
9caf3b5f72
@ -20,7 +20,6 @@
|
||||
export const chromiumSwitches = [
|
||||
'--disable-field-trial-config', // https://source.chromium.org/chromium/chromium/src/+/main:testing/variations/README.md
|
||||
'--disable-background-networking',
|
||||
'--enable-features=NetworkService,NetworkServiceInProcess',
|
||||
'--disable-background-timer-throttling',
|
||||
'--disable-backgrounding-occluded-windows',
|
||||
'--disable-back-forward-cache', // Avoids surprises like main request not being intercepted during page.goBack().
|
||||
|
Loading…
Reference in New Issue
Block a user