Harborn-digital / cookie-consent-bundle

Symfony bundle to append Cookie Consent to your website to comply to AVG/GDPR for cookies.
MIT License
18 stars 18 forks source link

Make it possible to set HttpOnly on cookies #81

Closed maartenvanasperen closed 4 years ago

maartenvanasperen commented 4 years ago

When http_only is not set in the config (or on true), HttpOnly is still set: image When http_only is set false in the config, HttpOnly is not set: image