Closed gonzalovilaseca closed 2 years ago
That's indeed a valid issue I haven't thought of. I'll make these changes when I get the chance
I have cloned your repo and made the changes already as I needed them for my app, I jusst need to clean up and do a PR if that's ok.
That would be great, thanks!
Hi All, Any progress on the PR? Thanks
Hello, and thank you for your work ! Just had the same problem. I'd love an update on this issue :)
Same here.
I did a solution over here: https://github.com/ConnectHolland/cookie-consent-bundle/pull/106/files
PR has been merged, thanks for the contribution!
If a user goes to a specific page for the first time, the consent form will
POST
to that url, so in order to work all routes have to acceptPOST
. Wouldn't it be better to have a configurable path for the form action? And have the save action point to a controller action instead of the listener building the form on every request?