-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cookie encryption must be disabled #17
Comments
Hi @gaud2029, Thanks for bringing this up. Did you have the opportunity to dig a bit deeper and figure out why the package does not work with cookie encryption enabled? If so, do you mind sharing your findings? If not, I'll try to have a look but I'm not sure I'll be able to do so shortly. Thanks! |
In $consentCookieName = config('cookieconsent.cookie.name');
EncryptCookies::except([$consentCookieName]); |
this will not work with cookie encryption enabled, you need to add them to your cookieEncrypt middleware exceptions
The text was updated successfully, but these errors were encountered: