nieuwenhuizen/content-security-policy

Last activity 09 Aug 2018 3 1 2036
composer require nieuwenhuizen/content-security-policy

Configure your content-security-policy header easily with yaml

1.0.0

Version
1.0.0
Type
neos-package
Release Date
Aug 09, 2018 12:26
Source
git
Distribution
zip
Requires
  • php: >=7.1.1
  • neos/flow: *
  • neos/fusion: *
MIT 5c126f93bfd16c049f220c8fb094a1a2401d00f1

Readme excerpt

Nieuwenhuizen.ContentSecurityPolicy

Flow/Neos package to set your site's content security policy header easily with yaml

  • Usage
  • Custom directives
  • Disable or report
  • Nonce
  • Backend
Usage

Import the package using composer:

composer require nieuwenhuizen/content-security-policy

The package is automatically active once imported. By default the response header Content-Security-Policy will now be included.

It will use the default configuration which looks like this:

Nieuwenhuizen: ContentSecurityPolicy: enabled: true report-only: false content-security-policy: default: b…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.