abe deny's one local site, while others are allowed

Discussions about the Application Boundaries Enforcer (ABE) module
rdlang

abe deny's one local site, while others are allowed

Post by rdlang »

# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
Accept from ^http?://www\.symbaloo\.com/.*
Deny

This works for symabloo redirecting to:
http://aaaa.aaaaaaa.aaa.nl/somewhere/Workload.aspx

but does not work for:
http://bbbbb.bbbb.bbb.nl/somewhere/star ... 1661213524

or even

http://bbbbb.bbbb.bbb.nl/somewhere/start.aspx

As for the chapta, good thing i am not color blind.... ;)

but does work if i put in:

http://bbbbb.bbbb.bbb.nl/somewhere/

Witch makes me think it is something in the start.aspx

not sure what though.

Regards,

Remco
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729)
rdlang

Re: abe deny's one local site, while others are allowed

Post by rdlang »

Oops, messed up my own post, here is a corrected version:

# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
Accept from ^http?://www\.symbaloo\.com/.*
Deny

This works for symabloo redirecting to:
http://aaaa.aaaaaaa.aaa.nl/somewhere/Workload.aspx

but does not work for:
http://bbbbb.bbbb.bbb.nl/somewhere/star ... 1661213524

or even

http://bbbbb.bbbb.bbb.nl/somewhere/start.aspx

but does work if i put in:

http://bbbbb.bbbb.bbb.nl/somewhere/

Witch makes me think it is something in the start.aspx

not sure what though.

Regards,

Remco

As for the chapta, good thing i am not color blind.... ;)
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729)
Post Reply