chore: remove server experiment (#681)

This commit is contained in:
Pavel Feldman 2025-07-16 18:05:47 -07:00 committed by GitHub
parent d61aa16fee
commit e9f6433241
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 0 additions and 319 deletions

View file

@ -30,7 +30,6 @@ program
.option('--blocked-origins <origins>', 'semicolon-separated list of origins to block the browser from requesting. Blocklist is evaluated before allowlist. If used without the allowlist, requests not matching the blocklist are still allowed.', semicolonSeparatedList)
.option('--block-service-workers', 'block service workers')
.option('--browser <browser>', 'browser or chrome channel to use, possible values: chrome, firefox, webkit, msedge.')
.option('--browser-agent <endpoint>', 'Use browser agent (experimental).')
.option('--caps <caps>', 'comma-separated list of additional capabilities to enable, possible values: vision, pdf.')
.option('--cdp-endpoint <endpoint>', 'CDP endpoint to connect to.')
.option('--config <path>', 'path to the configuration file.')