Using Webui:
1. under proxy -> caching Proxy -> enable url filtering
2. under Keyword filtering, you’ll see “permit” and “deny” default policy
Setting this default policy will affect “keyword” filtering and type filtering (see what is type filtering)
Example keywords:
index*
statement
If policy default is set to permit then any “match keyword” configuration in “keyword” filtering will result in rejecting only requests with URLs that match configured keywords and everything else will be permit
The following URLs will be rejected:
/abc/efg/index.html
/index/page1.html
/index.html
/bank/statement/jan.html
If policy default is set to deny, then any “match keyword” configuration in “keyword” filtering will result in permit only the requests with URLS that match configured keywords and everything else will be deny.
The following Sample URLs will be accepted:
/abc/efg/index.html
/index/page1.html
/index.html
/bank/statements/jan.html