Allow or block requests based on the URL. The URL-
based filter should be used first before other PAW filters
are applied. If a URL is blocked, a page should be
returned to the user telling them the page was blocked
because of URL-based filtering.
Discussion
Anonymous
-
2003-05-30
Logged In: YES
user_id=91761
Released initial proof-of-concept class to CVS
(PawUrlFilter.filter.paw.org). The xml & data files are
available under the conf directory.
Capabilities:
- It will cross-check any hostnames/ips from Request objects
against a sorted list.
- It stores sorted lists in a ".processed" file
I have tested it using a 5MB file of domains and it works fairly
well, but there is definitely room for improvement.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=91761
Released initial proof-of-concept class to CVS
(PawUrlFilter.filter.paw.org). The xml & data files are
available under the conf directory.
Capabilities:
- It will cross-check any hostnames/ips from Request objects
against a sorted list.
- It stores sorted lists in a ".processed" file
I have tested it using a 5MB file of domains and it works fairly
well, but there is definitely room for improvement.