Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Add Support for bypassCSP option in browserType.launch #30897

Closed
fawazahmed0 opened this issue May 18, 2024 · 1 comment
Closed

[Feature]: Add Support for bypassCSP option in browserType.launch #30897

fawazahmed0 opened this issue May 18, 2024 · 1 comment

Comments

@fawazahmed0
Copy link

馃殌 Feature Request

Support browserType.launch({bypassCSP : true})

Example

chromium.launch({bypassCSP : true})

Motivation

bypassCSP option is already available for:

chromium.launchPersistentContext({"./datadir", bypassCSP : true})
browser.newContext({bypassCSP : true})
browser.newPage({bypassCSP : true})

but not available for chromium.launch({})

@pavelfeldman
Copy link
Member

It is a context-level option, so it is passed when creating the context, including on chromium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants