Disable X-Powered-By
Header by Default
#417
Maarten-Dekker
started this conversation in
Ideas & Feature Requests
Replies: 1 comment
-
Thanks for pointing this out! I will put this in the next release 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to propose disabling the
X-Powered-By
header by default. This header, which reveals the PHP version is currently included in HTTP responses. Sending these types of HTTP headers:See https://webhint.io/docs/user-guide/hints/hint-no-disallowed-headers/?source=devtools.
Proposed Solution
Set
expose_php = On
toexpose_php = Off
by default inphp.ini
.Beta Was this translation helpful? Give feedback.
All reactions