Changes between Initial Version and Version 1 of Ticket #17976, comment 11
- Timestamp:
- 09/29/2011 11:04:32 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17976, comment 11
initial v1 4 4 remove_action( 'set_comment_cookies', 'set_comment_cookies' ); 5 5 }}} 6 7 If so, this will do well to allow us to not set new cookies, however, due to the long TTL of the cookie, there is a potential to expose personally identifiable information of users who have commented in the past but have never flushed their cookies. Could this patch be expanded to also include a pluggable function for reading comment cookies?