Skip to content

Commit f2decfd

Browse files
authored
chore(driver): remove unnecessary flags (#630)
1 parent f7a7620 commit f2decfd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/browserless/src/driver.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ const defaultArgs = [
3939
'IsolateOrigins',
4040
'PushMessaging',
4141
'site-per-process', // Disables OOPIF. https://www.chromium.org/Home/chromium-security/site-isolation
42-
'Vulkan',
43-
'WebGPU',
4442
'WebPayments'
4543
].join(',')}`
4644
]

0 commit comments

Comments
 (0)