Slashdot Mirror


European Internet Users Urged To Protect Themselves Against Facebook Tracking

An anonymous reader writes: Belgium's Privacy Protection Commission says that Facebook tramples on European privacy laws by tracking people online without their consent and dodges questions from national regulators. They have issued a set of recommendations for both Facebook, website owners and end users. Net-Security reports: "The recommendations are based on the results of an extensive analysis of Facebook's revised policies and terms (rolled out on January 30, 2015) conducted by the inter-university research center EMSOC/SPION, which concluded that the company is acting in violation of European law. According to them Facebook places too much burden on its users to protect their privacy, and then doesn't offer simple tools and settings to do so, and sets up some problematic default settings. They also don't provide adequate information for users to make informed choices."

1 of 147 comments (clear)

  1. Re:Facebook isn't free by Pentium100 · · Score: 1, Offtopic

    A bit better:

    ssh your-router-ip

    iptables -F FB
    iptables -X FB
    iptables -N FB
    for ip in `whois -h whois.radb.net '!gAS32934' | grep /`
    do
    iptables -A FB -o eth0 -d $ip -j REJECT
    done
    iptables -I FORWARD -o eth0 -j FB