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.
hrahuman_FTNT
Article Id 333073
Description This article describes how to disable the ip-address rating in Web-proxy policy.
Scope FortiGate and FortiProxy.
Solution

When the URL category is used as the destination address in a web-proxy policy, there is no possibility to apply the webfilter profile directly in the policy, hence the IP rating cannot be controlled in the webfilter profile.

 

In this circumstance, it is possible to disable the IP rating in the 'profile-protocol-options' profile as below:


config firewall profile-protocol-options
    edit "name"
        config http
            set address-ip-rating enable/disable [default:enable]
        end
    next
end