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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

launch Microsoft Edge with specified args #623

Merged
merged 4 commits into from
Nov 23, 2021
Merged

launch Microsoft Edge with specified args #623

merged 4 commits into from
Nov 23, 2021

Conversation

gp5251
Copy link
Contributor

@gp5251 gp5251 commented Nov 9, 2021

This PR adds an option to enable cors when launching instance.

image

@ghost
Copy link

ghost commented Nov 9, 2021

CLA assistant check
All CLA requirements met.

@gp5251 gp5251 changed the title add option to enable cors add an option to enable cors Nov 9, 2021
Copy link
Member

@hkal hkal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. The team is planning on generalizing passing browser cmdline switches so we don't have to add new extension settings for each one, since there are many. Can you update the PR to work with an extension setting like:

"browserArgs" : [
  "--disable-web-security",
  "--user-data-dir=/some/custom/path"
]

src/utils.ts Outdated Show resolved Hide resolved
@gp5251 gp5251 requested a review from hkal November 13, 2021 03:18
@gp5251 gp5251 changed the title add an option to enable cors launch Microsoft Edge with specified args Nov 14, 2021
Copy link
Member

@hkal hkal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hkal hkal merged commit 335d193 into microsoft:main Nov 23, 2021
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

Successfully merging this pull request may close these issues.

2 participants