Question
How to configure URL Filter to allow only specific domains
Hello,
We would like to allow only certain domains in the static URL filter.
Is the following the correct way to write it if the domain is an exact match and subdomains are not allowed?
example
I want to allow only 【example.com】,
If I do not want to allow the subdomain 【aaa.example.com】
when I select Regular Expression,
→ example \. com
Normally, when you select a simple URL filter, writing 【example.com】 is recognized to include subdomains.
The following web site was used as a reference.
