The Comment module, which is enabled on the Localize platform, saves hostnames in its comment_field_data table. This is against privacy regulations such as GDPR in the European Union. Those data should be anonymized with the IP Anonymize module.
The Comment module, which is enabled on the Localize platform, saves hostnames in its comment_field_data table. This is against privacy regulations such as GDPR in the European Union. Those data should be anonymized with the IP Anonymize module.
Comments
Comment #2
fmb commentedComment #3
dydave commentedThe comment module seems to have a setting which disabled logging of the hostname, see:
https://git.drupalcode.org/project/drupal/-/blob/11.3.x/core/modules/com...
Currently and by default, this setting is disabled in the project's code base, see:
https://gitlab.com/drupal-infrastructure/sites/localize/-/blob/main/conf...
log_ip_addresses: falseWe have checked and when the setting is disabled, the hostname is set to
NULLfor each comment submission.Therefore, this should not be an issue with the project.
Felip (@fmb), we will let you update the status of this issue as you see fit, but we would recommend rejecting it for now, since the project should not be logging any IP address from users.
Feel free to let us know if you have any questions or concerns on any aspect of this reply, we would surely be glad to help.
Thanks in advance!
Comment #4
fmb commentedGood to know, thanks @dydave!