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

Send minimized requests #110

Open
execveat opened this issue May 16, 2023 · 0 comments
Open

Send minimized requests #110

execveat opened this issue May 16, 2023 · 0 comments
Labels
Enhancement New feature or request
Milestone

Comments

@execveat
Copy link
Contributor

There should be an option (controlled through Settings window and enabled by default) to minimize GraphQL queries before sending them over the wire.

GraphQL ignores some characters:

  • most of the whitespace can be stripped out, apart from newlines that are signifying the end of the comment
  • all commas I think

There could be corner cases when minimization might prevent a particular attack, so it should be optional.

@execveat execveat added the Enhancement New feature or request label May 16, 2023
@execveat execveat added this to the v5.1 milestone May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant