A Birds-Eye View of Online Censorship
Felipe Rodriquez writes "I've written a paper about online censorship, providing a bird's eye view of online censorship and the technologies that are used to implement censorship. My conclusion is that a limited form of online censorship is possible in repressive countries such as China and Saudi Arabia, but virtually impossible to implement in democratic nations.
I'm interested in any lucid comments, ideas and criticism."
People should put the following in their userContent.css file (or whatever the equivalent is for non-Mozilla browsers): /* /* prank link often seen at slashdot */
* Warn about malicious links
*/
a[href*="goatse.cx/"]
{
text-decoration: line-through ! important;
color: brown ! important;
}