Created on 11-29-2021 02:21 AM Edited on 12-09-2021 11:23 AM By Anonymous
Description |
This article describes how the behavior of the 'action' value in web filter profile for Localy created categories. |
Scope |
|
Solution |
When a local category is created as follows:
# config webfilter ftgd-local-cat edit "custom1" It can be applied with different actions in the web filter profile:
# config webfilter profile end Pay attention to 'allow' action which has different behavior in comparison to the regular Fortiguard categories:
'Block' → Self explanatory, blocks all URL under this category.
'Authenticate' → Only available in proxy mode, will require client authentication in order to allow access to the category
'Warning' → Displays warning page and 'proceed' button, note that a 'block' action will be logged in the logs in case of warning page.
'Allow' → For local categories, allow means that the local category is allowed, but then the default FortiGuard category is applied and action is taken based on the URL fortiguard category.
'Monitor' → Allows the local category without further checking the Fortiguard category, also creates a log.
In summary, for local category to fully bypass the original FortiGuard category, action 'monitor' have to be used. |