Overriding content filtering for a website (or URL)
search cancel

Overriding content filtering for a website (or URL)

book

Article ID: 166736

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

Overriding content filtering for a website (or URL)
You want to override content filtering for a website (or URL)

Resolution

In ProxySG operating system versions prior to SGOS v3, you could use the content_filter_override(yes|no) policy property. However, in SGOS v3 and higher, this property has been deprecated. Therefore, Blue Coat recommends using the following policy language to override content filtering:

    On-box Content Filtering Example

    url.domain=www.good.site ALLOW
    category=(Sex) exception(content_filter_denied)

    Off-box Content Filtering Example

    url.domain=www.good.site request.filter_service(no)