Property Manager Name: Legacy Referrer Checking
Limits allowed requests to a set of domains you specify.
Options
- enabled (boolean): Enables the referer-checking behavior.
- strict (boolean): When enabled, excludes requests whose Referer header includes a relative path, or that are missing a Referer. When disabled, only excludes requests whose Referer hostname is not part of the domains set.
- domains (array of string values): Specifies the set of allowed domains. With allowChildren disabled, prefixing values with *. specifies domains for which subdomains are allowed.
- allowChildren (boolean): When enabled, allows all subdomains for the domains set, just like adding a *. prefix to each.