Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!