Skip to content

Commit 1470258

Browse files
GlassGruberLeoColomb
authored andcommitted
Always unset X-Powered-By header (#184)
as per #183, `always` can be used to ensure the directive is always applied. In this case should be a sensed default. Fix #183
1 parent e12ae05 commit 1470258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/security/x-powered-by.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
# https://php.net/manual/en/ini.core.php#ini.expose-php
2020

2121
<IfModule mod_headers.c>
22-
Header unset X-Powered-By
22+
Header always unset X-Powered-By
2323
</IfModule>

0 commit comments

Comments
 (0)