KaufmannDigital / KaufmannDigital.GDPR.CookieConsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.
https://www.kaufmann.digital/neos-cms/plugins/dsgvo-gdpr-cookie-consent
GNU General Public License v3.0
26 stars 11 forks source link

Clear Content-Cache of pages, wich are excluded from CookieConsent #56

Open Nikdro opened 7 months ago

Nikdro commented 7 months ago

Within the CookieConsent-Settings on configuration page, you can exclude single pages from CookieConsent being displayed: https://github.com/KaufmannDigital/KaufmannDigital.GDPR.CookieConsent?tab=readme-ov-file#exclude-special-pages-like-imprint

After adding a page there, currently the content-cache of that selected page isn't flushed. With a simple signal-slot setup it shouldn't be a big deal, to flush cache of the selected packages.