Skip to content

Commit d45ae2f

Browse files
feat: Add disable_default_proxy for stealth browsers
1 parent 302cab1 commit d45ae2f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 104
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-aeb5ea5c2632fe7fd905d509bc6cbb06999d17c458ec44ffd713935ba5b848f9.yml
3-
openapi_spec_hash: fef45a8569f1d3de04c86e95b1112665
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-20310988401243aa5c4a2e2ac6cba5dd90873fb7b83497a2d50c691352c0dd7b.yml
3+
openapi_spec_hash: e19e650b4b2c8c8fde1f739c4aab6b33
44
config_hash: 16e4457a0bb26e98a335a1c2a572290a

src/resources/browsers/browsers.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,12 @@ export interface BrowserRetrieveParams {
774774
}
775775

776776
export interface BrowserUpdateParams {
777+
/**
778+
* If true, stealth browsers connect directly instead of using the default stealth
779+
* proxy.
780+
*/
781+
disable_default_proxy?: boolean;
782+
777783
/**
778784
* Profile to load into the browser session. Only allowed if the session does not
779785
* already have a profile loaded.

0 commit comments

Comments
 (0)