|
|
|
|
|
by Gustek
892 days ago
|
|
My understanding of ePrivacy (mostly GDPR) is that this kind of feature does not require consent.
It's only features that would allow you for tracking of the user that require consent.
Storing some setting in a local storage, never sending it to the server is fine. Things get a bit muddy when sending to server but even then you may not need a consent if it is a feature that is required for correct working of the website or better experience without tracking and profiling. |
|
Example: If you're storing lightOrDarkTheme in a cookie/localStorage, then there is no need to try to follow any directives, nor are you required to inform the user about that you're storing the preference.