ADC

How to block an adult category website

As an enterprise customer, you might want to block websites belonging to an Adult category group. To do so, configure a responder policy that selects requests belonging to an adult category and block access to such blacklisted URLs.

Configure URL categorization to block websites belonging to adult category

To configure a policy and block adult websites by using the CLI:

At the command prompt, type the following command:

add responder policy <name> <rule> <respondwithhtml> [<undefAction>] [-comment <string>] [-logAction <string>] [-appflowAction <string>]
<!--NeedCopy-->

Example:

add responder policy p1 ‘HTTP.REQ.HOSTNAME.APPEND(HTTP.REQ.URL).URL_CATEGORIZE(0,0). GROUP.EQ(“Adult”)’
<!--NeedCopy-->

Configure URL categorization for blocking adult websites by using the SSL forward proxy wizard

To block adult categories by using the SSL forward proxy wizard

  1. Navigate to Security > SSL Forward Proxy.
  2. In the details pane, click SSL Forward Proxy Wizard.
  3. In the details page, specify the SSL forward proxy server settings.
  4. Click Continue to specify other settings such as SSL interception and identify management.
  5. Click Continue to access the URL Filtering section.
  6. Select Enable URL Categorization check box to enable the feature.
  7. Click Bind to access URL Categorization Policies slider.
  8. Select a policy and click Insert to bind the policy.
  9. Select the responder policy to block adult websites.
  10. To add a new policy, click Add to access the URL Categorization Policy page and do one of the following.
    1. To configure a policy using basic categorization, click Add.
      1. In the URL Categorization Policy page, specify the following parameters.
        1. URL Categorization Policy. Name of the responder policy.
        2. Basic. Configure policy using the basic configuration method.
        3. Action. An action to control access to the URL.
        4. URL Categories. Select Adult category from the predefined list.
  11. Click Create and Close.
    1. To configure a new URL Categorization policy using advanced categorization, click Add.
      1. In the URL Categorization Policy page, specify the following parameters.
        1. URL Categorization Policy. Name of the responder policy.
        2. Advanced. Configure policy to block requests of Adult category group.
  12. Click Create and Close.

Adult category

How to block an adult category website