Allowing :port on Site LOCAL

Discussions about the Application Boundaries Enforcer (ABE) module
emj

Allowing :port on Site LOCAL

Post by emj »

I'm having problems with adding a rule like this:

Code: Select all

Site LOCAL:8111
Accept GET
Deny 
The problem is that ":8111" isn't allowed, so because links can contain either localhost or 127.1 I need to add things like this:

Code: Select all

Site http://localhost:8111/
Accept GET
Deny 

Site http://127*1:8111/
Accept GET
Deny 


Site LOCAL
Accept from LOCAL
Deny

PS. it would be really great if ABE saved backups of old rules, I've lost the default ABE rules for localhost so that things above was a guess what is was before.
Mozilla/5.0 (X11; U; Linux x86_64; sv-SE; rv:1.9.2.12) Gecko/20101027 Ubuntu/10.04 (lucid) Firefox/3.6.12
Guest

Re: Allowing :port on Site LOCAL

Post by Guest »

Mozilla/5.0 (X11; U; Linux x86_64; sv-SE; rv:1.9.2.12) Gecko/20101027 Ubuntu/10.04 (lucid) Firefox/3.6.12
Post Reply