Quantcast
Channel: Admins Goodies » privacy
Viewing all articles
Browse latest Browse all 10

If I block users with a blank IP address, will that affect innocent, non-technical users?

$
0
0

Question

I run a website with an anonymous commenting feature. Users can flag each other for abuse; flags are tied to an IP address (grabbed via PHP from $_SERVER['REMOTE_ADDR']).

I’ve noticed that 99% of the flags are for a blank IP.

I’m thinking of putting up a message saying “An IP address is required to comment” and disallowing blank IPs.

For a computer-savvy person who is non-malicious but just wants privacy, I’m not too concerned. They can decide for themselves if they value privacy or the ability to comment more.

What I’m concerned about is blocking a non-technical and non-malicious user who doesn’t realize that they don’t have an IP address, and is thus confused when they are unable to comment. Is there any scenario in which this might occur?

Answer

Rule #1 of IP-based networks. Everyone communicating on it has an IP. You can masquerade it through a 3rd party, but you still have a public IP. There are no exceptions. The Internet is an IP-based network. I suspect you have some bad logic in your code someplace.


Viewing all articles
Browse latest Browse all 10

Trending Articles