Skip to content

sitegeist/Sitegeist.CookieBouncer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sitegeist.CookieBouncer

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.