Blue Coat Systems Time Clock Proxy SG Manuale Utente

Pagina di 314
Chapter 4: Property Reference
171
content_filter_override( )
This property has been deprecated. 
content_filter_override(yes) 
has two effects: 
It prevents the request from being sent to the off-box content filter, if off-box content filtering is 
configured. In this case, it is equivalent to 
request.filter_service(no).
 
It suppresses denial of service based on on-box content filter categories specified using 
block_category()
, another deprecated command. However, it has no effect on denial of service 
specified by CPL rules using the 
category=
 condition combined with 
exception()
 or 
deny
The default value is 
no
.
If you use 
content_filter_override(yes)
 to disable off-box content filtering, switch to 
request.filter_service(no) 
instead. 
However, if you use 
content_filter_override(yes)
 to disable on-box content filtering that is 
specified using block_category(...), rewrite your policy to replace 
content_filter_override()
 and 
block_category() 
with 
category=
exception(content_filter_denied)
, and 
allow
.
For more information, see "request.filter_service( )" on page 210.