Chapter 4: Property Reference
content_filter_override( )
This property has been deprecated.
content_filter_override(yes) has two effects:
•It prevents the request from being sent to the
•It suppresses denial of service based on
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
request.filter_service(no) instead.
However, if you use content_filter_override(yes) to disable
For more information, see "request.filter_service( )" on page 210.
171