Home > @rushstack/playwright-browser-tunnel > LaunchOptionsValidator > removeFromAllowlistAsync
LaunchOptionsValidator.removeFromAllowlistAsync() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Removes an option from the allowlist.
Signature:
static removeFromAllowlistAsync(option: keyof LaunchOptions): Promise<void>;
Parameters
Parameter | Type | Description |
|---|---|---|
option | keyof LaunchOptions |
Returns:
Promise<void>