ACLs for a domain with wildcards


To use wildcards, in domains ( google.* such as google.com, google.fr, google.de…) you need to use the domain regex object

Under the Access control list, create a rule and define the rule property.

  • Create an object “Web server or domain ( regex)

10-04-2015 10-26-30

  • Create a new item

This group Matching done on destination domain based on regular expression
Example:
google: This looks for the word google from the client’s request.

By default artica is able to transform your value into a regex value.
Using google.* is allowed.
If you want to create a real regex use regex: prefix.
Example: regex:google\.[a-z]+ allows you to define a full regex pattern.

10-04-2015 11-25-26

Leave a comment