nelmio / NelmioSecurityBundle

Adds extra security-related features in your Symfony application
https://symfony.com/bundles/NelmioSecurityBundle/
MIT License
651 stars 85 forks source link

Remove "Server" header #318

Closed sdespont closed 1 year ago

sdespont commented 1 year ago

Is there a way to configure this excellent bundle in order to remove the header server which informs which server the site is using and sometines its version?

I ask because I don't have access to the server configuration.

Seldaek commented 1 year ago

This is not possible from PHP as it is added later by nginx or similar.