Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itinerisltd/bedrock-security-config
Sets default security configurations
https://github.com/itinerisltd/bedrock-security-config
functionality-plugin wordpress wordpress-muplugin
Last synced: 3 days ago
JSON representation
Sets default security configurations
- Host: GitHub
- URL: https://github.com/itinerisltd/bedrock-security-config
- Owner: ItinerisLtd
- License: mit
- Created: 2019-12-02T11:04:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T09:08:07.000Z (almost 5 years ago)
- Last Synced: 2024-11-16T17:41:00.108Z (4 days ago)
- Topics: functionality-plugin, wordpress, wordpress-muplugin
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What does this plugin do?
It will set the following headers to your site:
```php
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!