[Resolved] Blocks access to Blue Coat’s K9 Web Protection

Discussions about the Application Boundaries Enforcer (ABE) module
cooldude_777
Posts: 1
Joined: Wed Jan 26, 2011 1:04 pm

[Resolved] Blocks access to Blue Coat’s K9 Web Protection

Post by cooldude_777 »

The ABE module of Noscript Does not allow Blue Coat's K9 Web Protection to function normally.
For example it blocks a certain websites that k9 want to block for say gambling category than it blocks that page and redirect to information page like http://127.0.0.1:2372/blockpage?id........*
something similar i tried to edit system.abe with following rules
# All K9 protection to filter websites from internet
Site ALL
Accept GET from LOCAL
Deny
even tried removing default rule
# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
Deny

configured user.abe with
# User-defined rules. Feel free to experiment here.

# All K9 protection to filter websites from internet
Site ALL
Accept ALL from http://127.0.0.1:2372/*
Deny
but nothing works help.
for those who don't know k9 web protect http://www1.k9webprotection.com/ it is good content filter (great)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 (.NET CLR 3.5.30729)
User avatar
Giorgio Maone
Site Admin
Posts: 9526
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Blocks access to Blue Coat’s K9 Web Protection

Post by Giorgio Maone »

Edit the SYSTEM ruleset, inserting the following rule in the beginning:

Code: Select all

Site http://127.0.0.1:2372
Accept
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Post Reply