Use vanilla-cookieconsent to be fully GDPR compliant #22

Open
thisfro wants to merge 1 commit from cookie-consent-gdpr into master
Owner

The cookie-notice does probybly not fully comply with GDPR (no opt-out).

This PR uses vanilla-cookieconsent, which lets the user opt-out and gives them finer control over the settings.

Since GDPR does not apply in Switzerland and the project is aimed towards people within Switzerland, cookie-notice seems fine and this just remains as an option to switch if needed.

The [cookie-notice](https://github.com/AOEpeople/cookie-notice) does probybly not fully comply with GDPR (no opt-out). This PR uses [vanilla-cookieconsent](https://github.com/orestbida/cookieconsent), which lets the user opt-out and gives them finer control over the settings. Since GDPR does not apply in Switzerland and the project is aimed towards people within Switzerland, cookie-notice seems fine and this just remains as an option to switch if needed.
thisfro added the
Idea
label 2022-01-26 23:59:25 +01:00
thisfro added 1 commit 2022-01-26 23:59:25 +01:00
This pull request has changes conflicting with the target branch.
  • yarn.lock
  • package.json

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin cookie-consent-gdpr:cookie-consent-gdpr
git checkout cookie-consent-gdpr

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff cookie-consent-gdpr
git checkout master
git merge --ff-only cookie-consent-gdpr
git checkout cookie-consent-gdpr
git rebase master
git checkout master
git merge --no-ff cookie-consent-gdpr
git checkout master
git merge --squash cookie-consent-gdpr
git checkout master
git merge --ff-only cookie-consent-gdpr
git checkout master
git merge cookie-consent-gdpr
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: thisfro/pflaenz.li-Symfony#22
No description provided.