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.
cravikumar
Staff
Staff
Article Id 407255
Description This article describes how to customize a replacement message on the YouTube embedded player using a video filter.
Scope FortiOS 7.6.1+.
Solution

Starting from FortiOS 7.6.1, the video filter replacement message can now be customized by an administrator to display a customized replacement message on the embedded Youtube player.

 

On the GUI:

  1. Navigate to System > Replacement Messages.
  2. Select 'Extended View' in the top right section.
  3. Scroll down the list to the HTTP section and select 'Video Block Text'.

 

img-1.png

 

CLI:

 

config system replacemsg-group
    edit "default"
        set comment "Default replacement message group."
            config http
                edit "videofilter-block-text"
                    set buffer "Video Filter Test Block. %%VIDEOFILTER_DESC%%"
                    set header 8bit
                    set format text
                next
            end
        next
end

 

Verification: 

 

custom-block-page-img-2.png