-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
[ENHANCEMENT] Move "Accept Cookie" to Storage #122
Comments
Hi @elisei This comment might interest you: #9 (comment) |
Hi @thomas-kl1 I believe that the topic you mention is not quite what I propose, maybe the pull clarifies it better: The main proposed changes are:
This last point aims to correct situations such as:
|
PS. In Pull also add a check so that the popup is only visible if it is not a bot or lighthouse, thus avoiding loss in the CLS factor. |
@elisei feel free to open a pull request |
Description
The "acceptance of cookies" is currently in session, which creates unwanted behavior, customer returns to the site and even being logged in, or even with persistence of their cart, needs to accept cookies again.
Priority of the change:
Which problem the feature would fix?
O comportamento para dos cookies
Describe the solution as simple as possible
Move the cookie to local storage.
Additional context
Contributing
The text was updated successfully, but these errors were encountered: