Naked child causes chaos on Wikipedia

happygeek 0 Tallied Votes 536 Views Share

It had to happen, and it has. Ever since the Internet Watch Foundation, a British charitable organisation that acts as the official watchdog to track and report illegal content online, in particular child pornography, introduced a blacklist we all knew it would get controversial one day. That day has come.

That blacklist is used by a number of leading Internet Service Providers in the UK, companies such as Virgin Media, Demon, O2, EasyNet and PlusNet to name but a few. So when someone reported that Wikipedia was displaying a 'potentially illegal' image of young naked girl with only a crack in the camera lens covering her below stairs area, the IWF sprung into action. It investigated and assessed the image "according to the UK Sentencing Guidelines Council" a spokesperson says. The result being that the content was "considered to be a potentially illegal indecent image of a child under the age of 18, but hosted outside the UK." because the IWF does not issue takedown notices to companies outside the UK, it instead notified a "law enforcement partner agency" and then added the specific Wikipedia URL to the blacklist in order that ISPs could "protect their customers from inadvertent exposure to a potentially illegal indecent image of a child."

Which all seems OK, after all nobody wants child porn popping up on their computer when they are browsing something educational such as Wikipedia. Trouble is, the whole notion that this is child porn is a dodgy one. Indeed, the notion that the image is illegal is equally debatable.

The image itself, in fact, is the cover of a forty year old album from the German rock band The Scorpions. The 1976 album, entitled Virgin killer, caused controversy at the time and the cover art was quickly replaced with a less controversial one. However, owning that original album does not, to the best of my knowledge, make you a paedophile or mean you are breaking the law. All it means is that you have criminal musical taste.

Even if you think that the actual censorship issue itself, in this particular case, was OK the story does not end there. Wikipedia users in the UK are apparently having problems in dealing with edits, while admins are having trouble blocking spam and banning users who need banning. Why so? because the way that the ISPs have managed traffic (with transparent proxies) courtesy of that blacklisting means that everything has been going through a relatively small number of IP addresses.

What's your take on this? Does Wikipedia need censoring, or should you simply stop searching for porn if it offends you? Does the image in question really constitute child porn? Is there a better way of handling such censorship issues?

Dani AI

Generated

Good summary by — the headline debate about a single image is important, but the immediate, practical damage in situations like this is operational: network-level filtering often forces thousands of users through a handful of proxy addresses, which breaks moderation tools that rely on per-IP signals. is right that borderline content has long existed; ’s call to separate moral panic from law is sensible; and ’s net-neutrality flag points to the larger policy risk.

Practical steps for sites and moderators to reduce collateral damage:

  • Detect the symptom: check server logs for large numbers of requests coming from the same few IPs and look for X-Forwarded-For/Forwarded headers to see real client addresses. Ask a blocked editor to report the outward IP they see and a timestamp for failed edits.

  • If your web stack sits behind ISP proxies, configure it to accept forwarded client IPs only from known proxy ranges (never trust arbitrary headers). Example placeholders:

    # Nginx (realip module) - replace 203.0.113.0/24 with ISP proxy range
    set_real_ip_from 203.0.113.0/24;
    real_ip_header X-Forwarded-For;
    # Apache (mod_remoteip) - replace with actual proxy range
    RemoteIPHeader X-Forwarded-For
    RemoteIPInternalProxy 203.0.113.0/24
  • Policy mitigations: temporarily tighten anonymous editing (require accounts or email confirmation), enable CAPTCHAs or abuse filters, and prefer per-account actions rather than blunt IP-wide bans that punish many legitimate users.

  • Engagement: contact the ISP/filtering body and request URL-targeted handling or a clear block page/notice rather than opaque proxying. Ask for proxy IP ranges so server operators can restore original client addresses safely.

Longer term, combine network-configuration fixes, short-term policy changes for moderation, and public pressure for precise, transparent blocking. That mix preserves both lawful protections and the functioning of collaborative sites.

MosaicFuneral 812 Nearly a Posting Virtuoso

That's been there forever.... no-one complained before, actually there's a number of other articles that only pass on a few technicalities.
Anyone who's ever read Encyclopedia Dramatica can point you in the direction of thousands of borderline Wikipedia articles.

michinobu_zoned 0 Light Poster

Yeah, just looking at the photo, it doesn't seem that unless someone pointed it out anybody would wonder about the girl in the photo's age. She looks like she's young, BUT if it's not illegal then she must be of the right age to be in that picture. It seems that this IWF must be an irritating group of political activists who are out to control what everyone watches. Granted, we need watchdog groups out there to get civilians organized so that they can assist local law enforcement, it can still get out of hand when people push for enforcement of their views on things that aren't even illegal.

AussieWebmaster 18 Light Poster

Would be interesting if an old rock album was the cause for the demise of net neutrality

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.