itinerisltd/bedrock-security-config

Sets default security configurations

Installs: 1 274

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 10

Forks: 1

Open Issues: 0

Type:wordpress-muplugin

0.1.0 2019-12-02 11:47 UTC

This package is auto-updated.

Last update: 2024-04-04 19:44:43 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!