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

Do not reveal product in http.server header #1333

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Conversation

idlira
Copy link
Contributor

@idlira idlira commented Nov 29, 2023

Nowadays, it's unsafe to reveal which server is being used behind a web-site, such as Apache, nginx etc. (in our case we claim to use Netty) as attackers might profit from known security flaws in a specific product.

Therefore, we no longer advertise what we use in background. For debugging purposes, we do keep the host name delivering the content.

Nowadays, it's unsafe to reveal which server is being used behind a web-site, such as Apache, nginx etc. (in our case we claim to use Netty) as attackers might profit from known security flaws in a specific product.

Therefore, we no longer advertise what we use in background. For debugging purposes, we do keep the host name delivering the content.
@idlira idlira added the 👶🏻 Trivial Easy to review label Nov 29, 2023
@idlira idlira merged commit 605a91f into develop Nov 29, 2023
@idlira idlira deleted the ili/server-header branch November 29, 2023 14:07
@sabieber sabieber added the 🧬 Enhancement Contains new features label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧬 Enhancement Contains new features 👶🏻 Trivial Easy to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants