docs: chromiumSandbox is by default false (#6662)

This commit is contained in:
Max Schmitt 2021-05-20 00:16:55 +02:00 committed by GitHub
parent 277eca1b98
commit 202511d60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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
View File

@ -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;