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 16 forks source link

How to use bundle without varnish installed? #54

Closed jkabat closed 4 years ago

jkabat commented 4 years ago

Template is by default rendered using subrequest and form does not have a proper action - it tries to be submitted to root "/".

Is user of bundle supposed to override main template or am missing part of the bigger picture?

jkabat commented 4 years ago

Overriding does the trick. Closing... I guess there is nothing specific for non ESI usage.