itinerisltd / bedrock-security-config
Sets default security configurations
Installs: 1 274
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 11
Forks: 1
Open Issues: 0
Type:wordpress-muplugin
Requires
- php: ^7.2
Requires (Dev)
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2024-11-04 20:50:28 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!