Home > @infiniteobjects/models > PrintButtonPlatformConfigModel > allowedDomains
Domains in which the print button can appear
Signature:
allowedDomains: string[];
Here are some examples of URLs that you can allow to set up a referrer:
www.example.com/path
- Any URL in a single domain with no subdomains, using a wildcard asterisk *
: example.com/*
- Any URL in a single subdomain, using a wildcard asterisk *
: sub.example.com/*
- Any subdomain or path URLs in a single domain, using wildcard asterisks *
: *.example.com/*
- A URL with a non-standard port: www.example.com:8000/*