You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to store IP addresses of users who vote in the poll (regardless if anonymous or authenticated users) in order to provide means to detect automated voting bots.
On top of storing IPv4 addresses, propose that we implement IPv6 support right from the start.
The text was updated successfully, but these errors were encountered:
This still needs to be enhanced by storing IP addresses as int/long data types, and by storing either both IPv4 and IPv6 as separate columns (need to fill the correct column after input validation) or by converting IPv4 to IPv6
We need to store IP addresses of users who vote in the poll (regardless if anonymous or authenticated users) in order to provide means to detect automated voting bots.
On top of storing IPv4 addresses, propose that we implement IPv6 support right from the start.
The text was updated successfully, but these errors were encountered: