Skip to content

Allow for the exclusion of cookies and by prefix to allow for dynamic ranges #20

Description

@marcrobertscamao

In many cases specifically related to affiliate links there are dynamic cookies and dynamic query parameters generated in order to support this case I would recommend that it is possible to exclude entire ranges of parameters based on prefix, such as the following range of cookies where <wpid> is set from the partner domain _ga_<wpid>

My suggestion would be to configure prefixes as follows:

Flowpack:
  FullPageCache:
    request:
      cookieParams:
        ignorePrefix:
          - _ga_
      queryParams:
        ignorePrefix:
          - utm_

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions