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.
scheehan_FTNT
Article Id 189660
Description

This article illustrates how to use a Web Filtering profile with chinese characters in the content filter.


Scope

Web Content Filtering with Chinese Characters


Solution
The FortiGate first needs to be Chinese language aware:

scheehan_FD33830_a_FD33830_1_admin_settings_lang.jpg


The Webfilter content rule can then be created with CLI:
config webfilter content
edit 1
config entries
edit "AnyKeyWords"
set lang <traditional or simplify chinese language>
set status enable
next
end
set name "AnyName"
next
end
Export the FortiGate config file and edit with any text editor with UTF-8 coding.

scheehan_FD33830_a_FD33830_2_edit_config_webfilter_content.jpg


Import/Restore the amended FortiGate config file.

Enable Webfilter content.

scheehan_FD33830_a_FD33830_3_webfilter_profile_content_profile.jpg


The filter can now be tested.

scheehan_FD33830_a_FD33830_5_banned_key_word.jpg

scheehan_FD33830_a_FD33830_4_server_index_page.jpg


Contributors