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

Add method deny list in geth http server #17

Merged
merged 3 commits into from
Mar 12, 2024
Merged

Conversation

yzang2019
Copy link

This PR introduce a new public method for Geth HTTP Server, which accept adding custom method endpoints to a deny list. Whenever a new request matches with the methods in deny list, it will return an error response.

@yzang2019 yzang2019 merged commit db3a094 into master Mar 12, 2024
1 check failed
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.

3 participants