By default, the firewall automatically appends a trailing
slash (/) to domain entries that do not end in a
trailing
slash (/) or asterisk (*). The addition of the trailing slash
changes the URLs that the firewall considers a match and for which
it enforces policy. In non-wildcard domain entries, the trailing slash
limits matches to the given domain and its subdirectories. For example,
example.com (
example.com/ after processing)
matches itself and
example.com/search.
In
wildcard domain entries (entries with asterisks or carets), the
trailing slash limits matches to URLs that conform to the specified
pattern. For example, to match the entry *.example.com,
a URL must include at least one subdomain and end with the root
domain, example.com. The pattern is: <subdomain>.example.com; news.example.com is
a match, but example.com is not because it
lacks a subdomain.
We recommend manually adding trailing slashes
to clarify the intended matching behavior of an entry for anyone
who inspects it. The trailing slash is invisible when added by the
firewall.
Panorama™ management servers running PAN-OS
® 10.2
can only enable this feature for firewalls on the same software
version. To enable this feature for firewalls running PAN-OS 10.1
or earlier, use the following CLI commands on each firewall:
admin@PA-850> debug device-server append-end-token on
admin@PA-850> configure
admin@PA-850# commit
To
disable this feature, select . Then, deselect
Append
Ending Token. You may, however, block or allow access
to more URLs than anticipated if you disable this feature. The firewall
adds an
implicit asterisk to the end of domain entries that
do not end in a
/ or
*. For example, if you add
example.com to
a URL list of allowed websites, the firewall interprets that entry
as
example.com.*. As a result, the firewall
allows access to sites such as
example.com.domain.xyz.
URL Category Exceptions (PAN-OS
10.1 and earlier) describes the firewall’s behavior when you disable
this feature.