FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
jkoay
Staff
Staff
Article Id 196037
Description
This article describes how to exclude specific application signature ID in a specific application category while having all applications in the category blocked.

Solution
Below is an example of blocking all Proxy applications while excluding HTTP.Proxy application signature.
# config application list
    edit Exclude_HTTP_Proxy
# config entries

    edit 1
        set category 6
        set exclusion 107347980
        set action block
    end
end

Contributors