Project Repository: https://github.com/joomla-projects/gsoc21_cookie-manager
Pull Request: joomla-projects/gsoc21_cookie-manager#8
Weekly Reports: https://volunteers.joomla.org/teams/gsoc-21-feature-enhancement-2#reports
Blog Posts: Blog 1
Joomla CMS Repository: https://github.com/joomla/joomla-cms
We have built a cookie manager using a component and a plugin to manage browser cookies as required by GDPR and other privacy regulations.
In the cookie manager, Admin can add scripts and cookies according to their category.
GDPR requires the users' consent for cookies. So, all the cookies will get blocked on the user's first visit and only activated after they gave consent.
Here, website administrator can add cookies according to their categories to display it to the users.
Here, website administrator can add categories to categorize the cookies and scripts.
Here, website administrator can add cookie setting scripts to block/unblock according to the user's consent.
Here, website administrator can view the consents given by the users.
Here, website administrator can change the component configuration.
This is the banner which is displayed to the users on their first visit.
This is the banner which is displayed to the users when they click on More details
button.