GDPR Compliance
-
I have pushed a small fixed to GitHub and hopefully, this will solve the GDPR issue.
This plugin stores your IP address and Hostname when you vote. So what this fix does is just masked the last bit of IP address before storing to the database. Example: 127.0.0.1 will become 127.0.0.xxx. And a Hostname of 127-0-0-1.isp.com.sg will become just isp.com.sg.
Of course, there are side effects. This means that any user within the same subnet can only vote once. There is no way around it. If you need it to be unique, you have to allow the user to register before they can vote.
You can download it here https://github.com/lesterchan/wp-postratings/archive/master.zip. I will need more people to test it before I officially release it.
- The topic ‘GDPR Compliance’ is closed to new replies.