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

Require HTTP2 for major browsers #4

Open
unixfox opened this issue Feb 16, 2025 · 0 comments
Open

Require HTTP2 for major browsers #4

unixfox opened this issue Feb 16, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@unixfox
Copy link
Member

unixfox commented Feb 16, 2025

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.

@unixfox unixfox added the enhancement New feature or request label Feb 16, 2025
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