We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92dcdc8 commit bc25e2fCopy full SHA for bc25e2f
1 file changed
src/launch_camoufox.py
@@ -506,13 +506,10 @@ def determine_proxy_configuration(internal_camoufox_proxy_arg=None):
506
# Disable WebGL (not needed for AI Studio)
507
'webgl.disabled': True,
508
'webgl.enable-webgl2': False,
509
- # Cap JS heap
510
- 'javascript.options.mem.max': 512,
511
# Reduce HTTP connections
512
'network.http.max-connections': 6,
513
'network.http.max-persistent-connections-per-server': 2,
514
- # Disable service workers / push / notifications
515
- 'dom.serviceWorkers.enabled': False,
+ # Disable push / notifications
516
'dom.push.enabled': False,
517
'dom.webnotifications.enabled': False,
518
# Reduce session store overhead
0 commit comments