Changes between Initial Version and Version 1 of Ticket #44736, comment 27
- Timestamp:
- 01/14/2019 06:58:47 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44736, comment 27
initial v1 7 7 * **Status quo**: if `show_comments_cookies_opt_in` is not set, no cookies are set (because `$cookies_consent` is false). Existing cookies are deleted. 8 8 * **@dhavalkasvala's proposed patch**: if `show_comments_cookies_opt_in` is not set, no cookies are set (because `$cookies_consent` is false). Existing cookies are deleted in this case. However, if `show_comments_cookies_opt_in` is set, but no consent was given, existing cookies are __not__ deleted anymore. (IMHO, that's wrong on both points.) 9 * **My suggestion/@desroj's patch**: if `show_comments_cookies_opt_in` is not set, consent (or necessity) is implied and `$cookies_consent` things work like they did before 4.9.6 introduced the `cookies` checkbox.9 * **My suggestion/@desroj's patch**: if `show_comments_cookies_opt_in` is not set, consent (or necessity) is implied and `$cookies_consent` is set to true - things work like they did before 4.9.6 introduced the `cookies` checkbox.