TLS is growing in complexity. Server Name Indication now means HTTPS sites
may be on shared IP addresses, or otherwise restricted. For these
servers it is handy to be able to set desired headers without access to
the web servers configuration or using .htaccess file.
Wordpress has set the X-Frame-Option header since version 3.2.
This plug-in exposes controls for:
- HSTS (Strict-Transport-Security)
- Disabling content sniffing (X-Content-Type-Options)
- XSS protection (X-XSS-Protection)
HSTS is used to ensure that futue connections to a website always use TLS,
and disallowing bypass of certificate warnings for the site.
Disabling content sniffing is mostly of interest for sites that allow users to upload files of specific types, but that browsers might be silly enough to interpret of some other type, thus allowing unexpected attacks.
XSS protection re-enabled XSS protection if the user has disabled it for the site.
0.3
Prepare for release
0.2
Added Sonarqube file and formatting changes
0.1