Active
Project:
Remove HTTP headers
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2024 at 14:22 UTC
Updated:
11 Oct 2024 at 01:51 UTC
Jump to comment: Most recent
I try to remove Server and X-Powered-By to suppress server and PHP informations for my website security.
Add this lines if the configuration form :
Server
X-Powered-By
X-Generator
Only X-Generator is deleted. I don't know if it's possible to delete Server and X-Powered-By with the module but it could be really useful to be able to.
Comments
Comment #2
j_s commentedI'm also getting this issue. Would be good to remove x-powered-by.
Aside from changing it in php settings, setting this in htaccess may work:
Comment #3
anybodyHi, could you let us know a bit more about your server setup? Are you using Apache or NGINX? Are you using NGINX as reverse proxy or any other reverse proxy?
Comment #4
j_s commentedIn my case it's Apache. I'm not sure about proxy details.