DirkPersky / typo3-dp_cookieconsent

TYPO3 Extension: Enable a cookie consent box. Let you visitors control the usage of cookies and load script or content after a consent. (ePrivacy, TTDSG)
GNU Affero General Public License v3.0
32 stars 26 forks source link

Remove statistic cookies after decline #150

Open Afshinge opened 1 month ago

Afshinge commented 1 month ago

Actually, I've thought that statistic cookies, which are first accepted, are deleted after decline. I use Matomo in a typo3 12.4.16 installation with dp_cookieconsent 12.2.6. But even at https://dp-wired.de this doesn't work as accepted.

reloadOnRevoke = true, type = optin - or do I miss some settings? thanks for any help!

The Dynamic Ajax Content works fine with accepting and declining!!

DirkPersky commented 1 month ago

Hello,

The cookies themselves won't be removed, but if you implement your JavaScript correctly, the scripts won't load.

This means:

Greetings