whitecube / laravel-cookie-consent

Register, configure and ask for cookies consent in a EU-compliant way
MIT License
312 stars 37 forks source link

Change cookie secure value for local env #21

Closed jornatf closed 10 months ago

jornatf commented 10 months ago

With Safari browser, the consent cookie wasn't getting saved because "secure" was set to true. Therefore, in order to make it work for local development on all browsers, the "secure" mode must be set to false.

It work for me like this.

Jordan