FortiProxy
FortiProxy provides enterprise-class protection against internet-borne threats and Advanced Web Content Caching
pareenat
Staff
Staff
Article Id 344200
Description This article describes how to White list specific URLs without Web Filter.
Scope FortiProxy.
Solution
  1. Access FortiProxy Gui Menu under Policy&Objects -> Addresses and select 'Create New Address'.
  2. From the New Address window, select Category Proxy Address. Choose Host Regex Match and fill Domain detail.

 

kb1.png

 

  1. Access to Policy&Objects -> Policy, create a new policy on top of the deny policy. Choose the newly created address as the destination and select Action Accept

 

kb2.png

 

If some object fails to load on the Whitelist page, try to enable the referer option on the Proxy address.

The HTTP Referer header allows a server to identify referring pages that people are visiting from or where requested resources are being used. Most of the time when there are objects on the page that point to a different Domain, the request header will contain the original visiting page Domain detail:


config firewall proxy-address
    edit "ABCCom"
        set type host-regex
        set host-regex "(abc.com)"
        set referrer enable 
    next

Contributors