Hacker News new | past | comments | ask | show | jobs | submit login

Also running on WordPress and exposing version number - which is out of date: https://www.microsoft.com/en-us/research/readme.html



The version number's in every Wordpress page source:

  <meta name="generator" content="WordPress 4.5.4" />


It can be deactivated.

    remove_action( 'wp_head', 'wp_generator' );
We include it in our themes as a best practice.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: