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

Allow all CORS requests when running locally with plugin #443

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

Thomasvdam
Copy link
Member

Motivation

Make it easy to interact with a local chain through browser extensions without having to deal with HTTP proxies.

Explanation of Changes

Rather than introducing a new flag I lumped it with the existing --plugin flag, as for most cases we'll want to use them in tandem. Should it turn out to be useful separately we can always move it to its own flag.

Testing

Similar to the setup described in #442, but now we don't need a HTTP proxy and can directly point the browser extension to the local address and port.

Related PRs and Issues

N.A.

@Thomasvdam Thomasvdam requested a review from a team December 12, 2024 10:29
@Thomasvdam Thomasvdam merged commit e9720fe into main Dec 12, 2024
16 of 17 checks passed
@Thomasvdam Thomasvdam deleted the chore/local-cors branch December 12, 2024 13:24
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