sitegeist/cookiebouncer

v1.0.1 2024-04-30 09:56 UTC

This package is auto-updated.

Last update: 2024-04-30 13:42:55 UTC


README

Filter cookies before the Flowpack.FullPageCache middleware

Authors & Sponsors

The development and the public-releases of this package is generously sponsored by our employer https://www.sitegeist.de.

Configuration

Sitegeist:
  CookieBouncer:
    # List of cookies that are allowed. Add cookies that are needed by the backend here.
    allowPatterns: []

    # List of cookies to always be rejected. We suggest to reject all.
    # !!! The Neos-Session cookie is always allowed !!! 
    denyPatterns: ['*']

Installation

Sitegeist.CookieBouncer is available via packagist. Just run composer require sitegeist/cookiebouncer to install it. We use semantic-versioning so every breaking change will increase the major-version number.

Contribution

We will gladly accept contributions. Please send us pull requests.