Domain Management
Whitelisting Domains for Production Use
When testing Unlayer locally, the domain localhost
is automatically whitelisted. This allows you to access the full set of plan features and ensures that the Unlayer watermark is removed during development.
However, in a production (or live) environment, you must explicitly add your domain to the Unlayer Console for the builder to function correctly and reflect your subscription plan.
How to Whitelist Your Domain
- Open the page where the Unlayer builder is embedded.
- Right-click anywhere on the page and select Inspect.
- Navigate to the Network tab and refresh the page.
- Look for a network request named
session
and open its Payload. - Locate the
domain
property in the payload data. - Copy the domain value.
- Go to your Unlayer Console and navigate to: Developer → Builder → Settings → Allowed Domains
- Paste the domain into the Allowed Domains field and save.
- Refresh the page where you are loading the builder. You should now see the correct plan features, and the Unlayer watermark will be removed.