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
Requires
- silverstripe/cms: >=4.0
- silverstripe/framework: >=4.0
This package is auto-updated.
Last update: 2024-11-13 23:09:25 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.
Issues
No known issues.