Skip to content

collective/collective.volto.gdprcookie

Repository files navigation

image

Coveralls

image

Latest Version

Egg Status

image

License

Volto GDPR Cookie

Add-on for manage GDPR Cookie banner on Volto based on GDPR law.

Features

  • Control panel in plone registry to manage GDPR cookie settings.
  • Restapi endpoint that exposes these settings for Volto.

Anonymous users can't access registry resources by default with plone.restapi (there is a special permission).

To avoid enabling registry access to everyone, this package exposes a dedicated restapi route with GDPR cookie settings: @gdpr-cookie-settings:

> curl -i http://localhost:8080/Plone/@gdpr-cookie-settings -H 'Accept: application/json' --user admin:admin

Volto integration

To use this product in Volto, your Volto project needs to include a new plugin: https://github.com/collective/XXX

Translations

This product has been translated into

  • Italian

Installation

Install collective.volto.gdprcookie by adding it to your buildout:

[buildout]

...

eggs =
    collective.volto.gdprcookie

and then running bin/buildout

Contribute

License

The project is licensed under the GPLv2.

About

Add-on for Plone to manage cookie settings for GDPR in Volto

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPL
Unknown
LICENSE.rst

Stars

Watchers

Forks

Packages

No packages published