Slashdot Mirror


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."

1 of 24 comments (clear)

  1. Re:I Bet by Anonymous Coward · · Score: 1, Informative

    People should put the following in their userContent.css file (or whatever the equivalent is for non-Mozilla browsers): /*
    * Warn about malicious links
    */
    a[href*="goatse.cx/"] /* prank link often seen at slashdot */
    {
    text-decoration: line-through ! important;
    color: brown ! important;
    }