whitelist
Format
whitelist { url name url-name | host name host-name }
undo whitelist { url { name url-name | all } | host { name host-name | all } | all }
Parameters
Parameter | Description | Value |
---|---|---|
url name url-name | Specifies a URL to be added to a URL filtering profile. |
The value is a string of 4 to 255 case-insensitive characters without spaces. The asterisk (*) is a wildcard character. At most two asterisks (*) are supported, which are located in the start and end of the value and cannot be placed together. |
host name host-name | Specifies a host name to be added to a URL filtering profile. |
The value is a string of 4 to 255 characters without slashes (/), forward slashes (\), pounds (#), quotation marks ("), question marks (?), or spaces. The asterisk (*) is a wildcard character. It can be located at the beginning of a host name to support suffix matching. For example, when a host name is set to *abc, all host names ending with abc" are matched. |
url all | Deletes all URLs. |
- |
host all | Deletes all host names. |
- |
all | Deletes all URLs and host names. |
- |
Usage Guidelines
Enterprises require that some websites or some website types be not filtered.
You can configure a URL whitelist to match URLs or host names in HTTP requests. If the URL in an HTTP request matches the configured whitelist, access to the requested website is allowed. A whitelist helps improve matching efficiency.