Magento 1.7added Cookie Restriction Mode, which, when activated, adds a block above the header, which asks for consent to set cookies.
However, as a rule, it sets regular cookies regardless of whether it is selected Allow. If you click Allow, it simply sets a new cookie with this effect and no longer displays a warning.
Has anyone looked at modifying this so that it does not set the original cookie or add a second parameter Denythat removes them?
An alternative, apparently, is to change the text, so what is the further use of the site as a tacit acceptance of cookies?
How are you going to solve this?
Update: well, they changed the new rules by the 11th hour, to strongly incline towards tacit acceptance, which simplifies the whole process and seems to make the Magento module sufficient.
source
share