itinerisltd / bedrock-security-config
Sets default security configurations
Package info
github.com/ItinerisLtd/bedrock-security-config
Type:wordpress-muplugin
pkg:composer/itinerisltd/bedrock-security-config
0.1.0
2019-12-02 11:47 UTC
Requires
- php: ^7.2
Requires (Dev)
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2026-03-04 23:31:25 UTC
README
It will set the following headers to your site:
header('X-XSS-Protection: 1; mode=block'); header('Referrer-Policy: no-referrer-when-downgrade'); header('X-Frame-Options: SAMEORIGIN'); header('Strict-Transport-Security: max-age=31536000; preload');
Installation
Run composer require itinerisltd/bedrock-security-config in the Bedrock directory.
Usage
Perform the above steps - that's it!