humanmade / altis-consent

Enhanced user privacy and consent controls for Altis.
GNU General Public License v3.0
5 stars 2 forks source link

Include the functional cookie when confirming consent. #87

Closed robindevitt closed 2 years ago

robindevitt commented 2 years ago

Issue

When having the functional cookie category as the only allowed category the cookie consent banner would still display.

Fix

This PR fixes the issue by removing the filter that skipped the functional cookie preference. This allows a user to only accept functional cookies and keep the cookie consent banner hidden.

Related issue #85

robindevitt commented 2 years ago

PR is merged and completed, closes issue #85