#6231 - GDPR: Composr must get consent before creating any cookies

  • By
  • Added
  • 10 views
Identifier #6231
Issue type Feature request or suggestion
Title GDPR: Composr must get consent before creating any cookies
Status Completed
Tags

Roadmap: v11 (custom)

Type: Legal compliance / Privacy (custom)

Handling member PDStig
Version 11 beta7
Addon core_privacy
Description Under the GDPR, freely-given informed consent must be granted by the user *before any* cookies may be saved on their browser.

Composr doesn't do this. They don't even have an opt-out strategy. This is a major problem legally.

Bundle the cookie consent banner as part of core_privacy code (if not already). Modify it so that clicking OK sends an AJAX request to trigger a flag in Composr allowing cookies to be saved. May need to be careful about how to implement this as we cannot track consent by session for obvious reasons. Discuss implementation ideas first.

Edit: Actually I think we can look for the cookie saved by the banner in each request to determine if Composr can send its own cookies.

Edit: Make sure non-bundled addons like Hybridauth also comply.
Steps to reproduce

Additional information GDPR compliance
Funded? No
Commits

Implemented MANTIS-6231 (Cookie Consent banner needs to use opt-in for GDPR compliance) (a6dd7fdc) · Commits · Composr ecosystem / Composr · GitLab

The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated