Recently, my server's Privoxy rules to block Facebook's spying have failed. How can I block current Facebook spying links?
Since soon after the inception of Facebook's so-called “Open Graph” cross-site tracking widgets (those “Like” bugs on numerous websites), I blocked them by using this rule (in user.action
) on our site's Privoxy server:
{ +block-as-image{People-tracking button.} }
.facebook.com/(plugins|widgets)/(like|fan|activity).*
That worked fine; the spying bugs no longer appeared on any web page.
Today I noticed that they're all making it past that filter [edit: no, they're not].
SOLUTION: The proxy was being silently ignored, though this was not obvious in the client. The above rule continues to work fine.
I found this wasn't blocking a facebook window for me so I added "activity" in there with like and fan (ie, (like|fan) becomes (like|fan|activity). Not sure exactly what the activity bit is but hiding that php page made the Facebook annoyance and constant page reloads that occur after implementing this: http://bmearns.net/wwk/view/Privoxy
FWIW to anyone.
Sorted this out; the proxy was being silently ignored.