Page 1 of 1

ABE warning when reloading a page

Posted: Fri Nov 27, 2009 11:40 pm
by Sten Snow
I've been receiving ABE warnings for a while in situations where I don't think they are justified.
For example, the following just happened to me:

Dramatis personae:
  • my workstation: "desktop"
  • my laptop: "laptop"
  • an external wiki site: "wiki.company.com"
I'm using a browser on desktop, reading and editing a few pages on wiki.company.com. After that, I load a page from laptop's web server in the same tab, and then I reload that page. The error I get is:

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 never get this error when I load the page from laptop in a fresh (blank) tab with no previous history. What does the previous page have to do with the one I'm reloading? The browser isn't sending any referer information in this case, and I can't think of anything else that could go wrong simply by reloading a page.

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!

Re: ABE warning when reloading a page

Posted: Sat Nov 28, 2009 12:19 am
by Giorgio Maone
It might be a bug, investigating.
In the meanwhile, you may want to work-around by inserting the following line at the beginning of the SYSTEM ruleset in NoScript Options|Advanced|ABE:

Code: Select all

Site laptop
Accept

Re: ABE warning when reloading a page

Posted: Sat Nov 28, 2009 12:31 am
by Tom T.
Sorry, Giorgio posted while i was composing my reply, which has been deleted.

Re: ABE warning when reloading a page

Posted: Sat Nov 28, 2009 12:45 am
by Sten Snow
Giorgio Maone wrote:It might be a bug, investigating.
Thanks for the fast reply.
If there's anything I can do to help, please let me know.

Sten