=== Plugin Name === Contributors: carlconrad Tags: security, http headers, hsts, https Requires at least: 3.3 Tested up to: 4.7 Stable tag: 1.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Plugin to add HTTP header improved security == Description == This plug-in helps setting up the various header instructions included in the HTTP protocol allowing simple improvement of your website security. As usual, make sure to understand the meaning of these options and to run full tests on your web site as some options may result in some features stop working. This plug-in provides security enhancement by enabling follow measures: * HSTS (Strict-Transport-Security) * Clickjacking mitigation (X-Frame-Options in main site) * XSS protection (X-XSS-Protection) * Disabling content sniffing (X-Content-Type-Options) * Remove PHP version information from the HTTP header * Remove WordPress version information from the header securityheaders.io is a useful resource for evaluating your web site's security. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/http-security` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress. 1. Use the Settings->HTTP Security screen to configure the plugin. == Frequently Asked Questions == = How can I test the plug-in runs effectively? = Check the HTTP headers of your web site. == Screenshots == 1. Main and only screen. == Changelog == = 1.7 = * Minor fixes and code cleaning = 1.6 = * Added option to remove WordPress version information from the header = 1.5 = * Added option to remove PHP version information from the HTTP header = 1.4 = * Included link to submit site preload to browsers * Reduced HSTS max-age to one year = 1.3 = * Added X-Frame-Options protection. * Added X-Content-Type-Options protection. * Added HSTS options. = 1.2 = * Repository fix. = 1.1 = * Added XSS protection option. = 1.0 = * First stable version providing basic HSTS support. == Upgrade Notice == = 1.0 = First stable version.