Block requests from Add-ons Manager

Discussions about the Application Boundaries Enforcer (ABE) module
Mc

Block requests from Add-ons Manager

Post 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?
Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20110902 Firefox/6.0.2 SeaMonkey/2.3.3 Lightning/1.0b5
User avatar
therube
Ambassador
Posts: 7969
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Block requests from Add-ons Manager

Post by therube »

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 5.1; rv:7.0) Gecko/20110923 Firefox/7.0 SeaMonkey/2.4
Mc

Re: Block requests from Add-ons Manager

Post 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.
Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20110902 Firefox/6.0.2 SeaMonkey/2.3.3 Lightning/1.0b5
User avatar
Giorgio Maone
Site Admin
Posts: 9526
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Block requests from Add-ons Manager

Post 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.
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
Mc

Re: Block requests from Add-ons Manager

Post 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.
Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20110902 Firefox/6.0.2 SeaMonkey/2.3.3 Lightning/1.0b5
Post Reply