diff --git a/docs/src/api/params.md b/docs/src/api/params.md index 7ead65a993..58df1e4ec5 100644 --- a/docs/src/api/params.md +++ b/docs/src/api/params.md @@ -614,7 +614,7 @@ Browser distribution channel. Read more about using [Google Chrome and Microsoft ## browser-option-chromiumsandbox - `chromiumSandbox` <[boolean]> -Enable Chromium sandboxing. Defaults to `true`. +Enable Chromium sandboxing. Defaults to `false`. ## browser-option-downloadspath diff --git a/types/types.d.ts b/types/types.d.ts index 81a4184225..d97b2b083e 100644 --- a/types/types.d.ts +++ b/types/types.d.ts @@ -7019,7 +7019,7 @@ export interface BrowserType { channel?: "chrome"|"chrome-beta"|"chrome-dev"|"chrome-canary"|"msedge"|"msedge-beta"|"msedge-dev"|"msedge-canary"; /** - * Enable Chromium sandboxing. Defaults to `true`. + * Enable Chromium sandboxing. Defaults to `false`. */ chromiumSandbox?: boolean; @@ -7353,7 +7353,7 @@ export interface BrowserType { channel?: "chrome"|"chrome-beta"|"chrome-dev"|"chrome-canary"|"msedge"|"msedge-beta"|"msedge-dev"|"msedge-canary"; /** - * Enable Chromium sandboxing. Defaults to `true`. + * Enable Chromium sandboxing. Defaults to `false`. */ chromiumSandbox?: boolean; @@ -11251,7 +11251,7 @@ export interface LaunchOptions { channel?: "chrome"|"chrome-beta"|"chrome-dev"|"chrome-canary"|"msedge"|"msedge-beta"|"msedge-dev"|"msedge-canary"; /** - * Enable Chromium sandboxing. Defaults to `true`. + * Enable Chromium sandboxing. Defaults to `false`. */ chromiumSandbox?: boolean;