Chapter 15 Security Profiles : Web filter : Static URL Filter : Referrer URL : Configuring in the CLI
  
Configuring in the CLI
When specifying the URL filter, it needs to be identified by its ID. The URLs are listed under each entry.
To find the ID number:
config webfilter urlfilter
edit ?
A list of the current URL filters will be listed with their ID numbers in the left column.
The syntax in the CLI for configuring an entry is:
config webfilter urlfilter
edit <ID>
config entries
edit 1
set url <url>
set referrer-host <url>
set type {simple | regex | wildcard}
set action {block | allow | monitor | exempt}
set status {enable | disable}
end
end
end