referer_checking
- Property Manager name: Legacy Referrer Checking
- Behavior version: The
v2024-10-21
rule format supports thereferer_checking
behavior v1.1. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Limits allowed requests to a set of domains you specify.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Enables the referer-checking behavior. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
strict | boolean | When enabled, excludes requests whose | {"displayType":"boolean","tag":"input","type":"checkbox"} {"if":{"attribute":"enabled","op":"eq","value":true}} | |
domains | string array | Specifies the set of allowed domains. With | {"displayType":"string array","tag":"input","todo":true} {"if":{"attribute":"enabled","op":"eq","value":true}} | |
allow_children | boolean | Allows all subdomains for the | {"displayType":"boolean","tag":"input","type":"checkbox"} {"if":{"attribute":"enabled","op":"eq","value":true}} |
Updated 17 days ago