jvandemo / angular-consent

Easily show consent messages that keep appearing until the user clicks them away.
http://angular-consent-demo.surge.sh/
MIT License
24 stars 6 forks source link

Is it possible to change the name of consent cookie? #3

Open zauker opened 8 years ago

zauker commented 8 years ago

The name of the consent cookie is "angular-consent.global" or better "angular-consent.SOMEVALUE". I'd like to have a custom cookie name i.e. "FactoryEPrivacy". is it possible to have? is it a planned feature? thanks Michele

jvandemo commented 8 years ago

@zauker — The current version does not support custom cookie names. It does indeed always take the form of angular-consent.name.

In what use cases do you need to provide a custom cookie name?