SonicOS 7.1 Objects

Table of Contents

Normal Matching

If a list object contains a URI such as example.com, then that object matches URIs defined as:

[<token sequence>(.|/)]example.com[(.|/)<token sequence>]

For example, the URI List Object matches any of the following URIs:

  • example.com
  • www.example.com
  • example.com.uk
  • www.example.com.uk
  • example.com/path

The URI List Object does not match the URI, specialexample.com, because specialexample is identified as a different token than example.