Chapter 15 Unified Threat Management for FortiOS 5.0 : Web filter : Web content filter : Creating a web filter content list
  
Creating a web filter content list
You can create multiple content lists and then select the best one for each web filter profile. Creating your own web content lists can be accomplished only using the CLI.
This example shows how to create a web content list called inappropriate language, with two entries, offensive and rude.
To create a web filter content list
config webfilter content
edit 3
set name "inappropriate language"
config entries
edit offensive
set action block
set lang western
set pattern-type wildcard
set score 15
set status enable
next
edit rude
set action block
set lang western
set pattern-type wildcard
set score 5
set status enable
end
end
end