Nameless
Nameless copied to clipboard
On click cookies
Describe the issue
On click to allow or not alow the cookies the page is refresh and delete all information write.
NamelessMC Version
2.0.0
To Reproduce
- Write walf login page and allow cookies
Expected Behaviour
No response
Screenshots
No response
Additional Information
No response
Could you explain more? Because this is kinda non-sense, walf
, delete all information write
When we click on accept or not the cookies the page is updated and all written information is therefore lost
How is it lost?
I guess the request that is made to save that the user has accepted cookies is not ajax, so it "refreshes" the page. As a result, anything entered on the page will be lost.
Refreshing is required for the cookie change to take effect as far as I know. For example, without refreshing third party widgets still won't load. However, we might want to leave refreshing the page to the user.
It's true but on version 2 pre12 there was no update which was much better
There was no update because we didn't block widgets from displaying back then when cookies weren't accepted. But we do now to fully stop saving any cookies that are not strictly needed. Because of this, it is required for it to refresh the page and get the widgets that can be displayed then