I'm probably pushing my noscript settings to the completely paranoid range, but I've been using ABE a lot to try to block scripts so they can only run on the website they originated from. For example, I have an ABE rule saying:
Code: Select all
Site facebook.com *.facebook.com fbcdn.net *.fbcdn.net
Accept from facebook.com *.facebook.com
Deny
I've noticed that setting that ABE rule above has the nasty side effect of not being able to click on links to Facebook.com. For example, if I do a google search for facebook, and click on the result, I get the following error/filter message:
Code: Select all
[ABE] <facebook.com *.facebook.com fbcdn.net *.fbcdn.net> Deny on {GET http://www.facebook.com/ <<< http://www.google.com/search?q=facebook&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a, http://www.google.com/search?q=facebook&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a}
USER rule:
Site facebook.com *.facebook.com fbcdn.net *.fbcdn.net
Accept from facebook.com *.facebook.com
Deny
But, its pretty annoying to not be able to click on links to facebook. So I tried adding a universal "Accept Get" to my facebook rule, leaving me with:
Code: Select all
Site facebook.com *.facebook.com fbcdn.net *.fbcdn.net
Accept from facebook.com *.facebook.com
Accept Get
Deny