Recommend this page to a friend! |
Classes of Carlos Artur Curvelo da Matos | Wordpress Secure Headers Helper | README.md | Download |
|
DownloadWP Secure Headers HelperA simple helper class to manage HTTP Security Headers made available when a website is under any SSL certificate. Unfortunately, many plugins are used to configure SSL, but miss the more elaborated part of it - include secure headers to requests. This class aims to offer a simple interface to set up those - bringing predefined headers adequate for most WP websites, but also enabling the coder to set or alter any header - and that may include customized HTTP headers as well. InstallationAs we prefer, this library can be installed using Composer
Alternatively, you can just copy the class inside the UsageThe class Using with Composer
Content Security PolicySince version 1.2.0, this library has an additional class, which can be passed as argument through the main class and adds the Content-Security-Policy header after being configured with dozens of chain methods. An example:
Besides all methods to the configure the various Content-Security-Policy directives individually, this additional class also has a method ReportOnly(), which indicates the main class that the header shall be set as Content-Security-Policy-Report-Only instead. All documentation and info about this complex header can be found inside the class docblock comments. Todo
|