Page 1 of 1

Block requests from Add-ons Manager

Posted: Sat Sep 24, 2011 10:31 pm
by Mc
I would like to replace BlockSite by ABE and tried some USER rules. All work well, but one doesn't.
I'm often installing extensions locally, which are incompatible with my current version of SeaMonkey. So I don't need the version check from versioncheck.addons.mozilla.org, which is requested by the Add-ons Manager, when an extension gets installed. I tried blocking this with the rule:

Site versioncheck.addons.mozilla.org
Deny

I can block this request with BlockSite, but ABE does nothing here. What's wrong? Blocks ABE only browser sites and subsites, whereas BlockSite can block all kind of requests?

Re: Block requests from Add-ons Manager

Posted: Mon Sep 26, 2011 2:42 pm
by therube

Re: Block requests from Add-ons Manager

Posted: Mon Sep 26, 2011 7:35 pm
by Mc
One could think it would, but doesn't.
It's just an example where ABE seems to work different from BlockSite. There might be more.

Re: Block requests from Add-ons Manager

Posted: Mon Sep 26, 2011 8:02 pm
by Giorgio Maone
By design ABE takes care of not interfering with internal browser activity from privileged code. Not caring would be much simpler, since the checks are non-trivial, but would also break things in unexpected ways.

Re: Block requests from Add-ons Manager

Posted: Tue Sep 27, 2011 5:22 am
by Mc
Blocking this I could do with a firewall, though, but you are certainly right. With ABE much more can be made wrong, than with BlockSite or a firewall.