Actions
Feature proposal #8173
closedimplement ip anonyization
Description
This should reset the last digits of an ip address to a 0. This is same method that Google analytics uses. This allows for the ip address to no longer be associated with a specific person, but still allows some security checks against ip. This should be done in cbGetIParray, which will allow this feature to apply throughout CB and its plugins.
https://www.joomlapolis.com/forum/255-developer-members-support/242944-ip-anonymization#320640
Updated by krileon about 4 years ago
Another possible solution is hashing like Piwik. See below discussion.
Updated by krileon about 4 years ago
- Priority changed from High to Normal
This can wait for Symfony implementation as a function to do this is included in HttpFoundation component, which is used for managing GET/POST/ETC.. data (and would replace our Input usage).
Updated by beat about 4 years ago
- Target version changed from CB 2.4.7 to CB 2.5.0
Updated by beat almost 4 years ago
- Target version changed from CB 2.5.0 to CB 2.6
Updated by krileon about 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1738
Updated by beat about 3 years ago
- Target version changed from CB 2.7 to CB 2.6.4
Actions