For example, the following just happened to me:
Dramatis personae:
- my workstation: "desktop"
- my laptop: "laptop"
- an external wiki site: "wiki.company.com"
Code: Select all
[ABE] <LOCAL> Deny on {GET http://laptop/test.html <<< https://wiki.company.com/wiki.php?id=abc, https://wiki.company.com/wiki.php?id=abc}
SYSTEM rule:
Site LOCAL
Accept from LOCAL
Deny
I've seen the hosts file mentioned as a possible culprit, and indeed, desktop has about 10 names pointing to 127.0.0.1, and also an entry for laptop pointing to 192.168.X.Y (wiki.company.com is resolved via DNS). By the way, I'm not using the hosts file in order to avoid ad sites, like it was mentioned in the NoScript FAQ, but rather to target different virtual hosts on laptop and desktop.
Is there a reason why I would get an ABE warning in this situation?
And is there anything I can do to avoid it?
Thanks in advance!