itinerisltd/bedrock-security-config

Sets default security configurations

Maintainers

Package info

github.com/ItinerisLtd/bedrock-security-config

Homepage

Type:wordpress-muplugin

pkg:composer/itinerisltd/bedrock-security-config

Statistics

Installs: 1 280

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

0.1.0 2019-12-02 11:47 UTC

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!