docs: chromiumSandbox is by default false (#6662)
This commit is contained in:
parent
277eca1b98
commit
202511d60a
|
|
@ -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
|
||||
|
|
|
|||
6
types/types.d.ts
vendored
6
types/types.d.ts
vendored
|
|
@ -7019,7 +7019,7 @@ export interface BrowserType<Unused = {}> {
|
|||
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<Unused = {}> {
|
|||
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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue