GuideReference
TrainingSupportCommunity
Guide

referer_​checking


Limits allowed requests to a set of domains you specify.

OptionTypeDescriptionRequires
enabledboolean

Enables the referer-checking behavior.

{"displayType":"boolean","tag":"input","type":"checkbox"}
strictboolean

When enabled, excludes requests whose Referer header include a relative path, or that are missing a Referer. When disabled, only excludes requests whose Referer hostname is not part of the domains set.

{"displayType":"boolean","tag":"input","type":"checkbox"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
domainsstring array

Specifies the set of allowed domains. With allow_​children disabled, prefixing values with *. specifies domains for which subdomains are allowed.

{"displayType":"string array","tag":"input","todo":true}
{"if":{"attribute":"enabled","op":"eq","value":true}}
allow_​childrenboolean

Allows all subdomains for the domains set, just like adding a *. prefix to each.

{"displayType":"boolean","tag":"input","type":"checkbox"}
{"if":{"attribute":"enabled","op":"eq","value":true}}