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-beta1

Version
1.0.0-beta1
Type
neos-package
Release Date
Aug 08, 2018 14:23
Source
git
Distribution
zip
Requires
  • neos/flow: *
  • neos/fusion: *
MIT 998587040840e5fe37deb9b96953be0256c0358c

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.