le-phare / le-phare.github.io

The Faros site
https://faros.lephare.com
4 stars 2 forks source link

security: remove X-Powered-By header #106

Closed pierreboissinot closed 1 year ago

pierreboissinot commented 1 year ago

curl -s -o /dev/null -v https://www.lephare.com

HTTP/2 200 
< date: Mon, 24 Jul 2023 21:53:28 GMT
< content-type: text/html; charset=UTF-8
< server: Apache
< x-powered-by: PHP/7.4
< link: <https://www.lephare.com/wp-json/>; rel="https://api.w.org/"
< link: <https://www.lephare.com/wp-json/wp/v2/pages/1292>; rel="alternate"; type="application/json"
< link: <https://www.lephare.com/>; rel=shortlink
< vary: Accept-Encoding

I suspect it's from a wrong php configuration: https://www.php.net/manual/en/ini.core.php#ini.expose-php

thislg commented 1 year ago

https://www.lephare.com is not related to this repository.