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
A good protection is to require HTTP2 for the major browsers (based on the user-agent).
Mainly because those major browsers are now only sending requests over HTTP2 or HTTP3: https://caniuse.com/http2 and https://superuser.com/a/1659262
Requiring HTTP2 for all requests could work too, but has to be thought before implementing that because I don't know about the potential side effects.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A good protection is to require HTTP2 for the major browsers (based on the user-agent).
Mainly because those major browsers are now only sending requests over HTTP2 or HTTP3: https://caniuse.com/http2 and https://superuser.com/a/1659262
Requiring HTTP2 for all requests could work too, but has to be thought before implementing that because I don't know about the potential side effects.
The text was updated successfully, but these errors were encountered: