Checks if the link that you entered belongs to a specific site. If it does, returns true
, otherwise, false
.
Links must be specified in full, including the protocol (http, https, ftp).
The www.
subdomain is ignored when checking, meaning that links to www.example.com
and example.com
are considered to be the same.
How to pass a link address:
$ref
.Name | Type | Description |
---|---|---|
type * | "condition.same-domain" | Set component type. |
data | any | The link address to be checked. If you don't specify it, the value returned by the parent component (the one that contains condition.same-domain ) is used. |
hint | string | Validation error message that a Toloker will see. |
original * | any | The link address that your link is compared to. |
Last updated: March 30, 2023