We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
skipHeaders defaults to false.
skipHeaders
This means the entire world is getting these headers, which exposes internal implementation details and is thus a security flaw:
X-RateLimit-Limit: 20 X-RateLimit-Remaining: 19 X-RateLimit-Reset: 1510250052 X-Request-Id: da62f2a0-c576-11e7-b7fc-89bce46f8f85
Please consider changing the default in the next major release.
See this article about unnecessary exposure of implementation details.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
skipHeaders
defaults to false.This means the entire world is getting these headers, which exposes internal implementation details and is thus a security flaw:
Please consider changing the default in the next major release.
See this article about unnecessary exposure of implementation details.
The text was updated successfully, but these errors were encountered: