Skip to content

Removed X-Powered-By tag

Latest
Compare
Choose a tag to compare
@GaProgMan GaProgMan released this 02 Dec 17:03
· 89 commits to main since this release

Summary

It's not possible for ASP .NET Core to remove the X-Powered-By header. As such, even though the OWASP Secure Headers project recommends removing it, OwaspHeaders.Core no longer attempts to remove it.

This is because ASP .NET Core cannot remove this header, as it's set at the reverse proxy level. A solution has been provided in the Server Header: A Warning section of the readme and package documentation.

What's Changed

Full Changelog: v9.1.0...v9.2.0