hestec/silverstripe-cookiecontrol

GDPR EU cookie notice for SilverStripe

Installs: 126

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

Type:silverstripe-vendormodule

2.0.1 2018-08-06 10:17 UTC

This package is auto-updated.

Last update: 2024-04-13 21:56:10 UTC


README

GDPR EU cookie notice for SilverStripe.

Requirements

SilverStripe 4 (for SilverStripe 3 use the "3" branche or the 1.* tags)

Version

Using Semantic Versioning.

Installation

Install via Composer:

composer require "hestec/silverstripe-cookiecontrol": "2.*"

Configuration

Add this to your mysite.yml:

Hestec\CookieControl\CookieControl:
  PerformanceCookies: 'JSESSIONID'
  AnalyticsCookies: '_gid,_ga,_gat'
  MarketingCookies: 'SSID'
  CookieDomain: '.domain.com'

do a dev/build and flush.

Usage

In your CMS Settings you will find a tab CookieControl where you can enable/disable the cookie notice bar and do some other settings like the link to you privacy policy page.

connect

Issues

No known issues.

Todo