Skip to main content
Version: Latest

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

  1. Open the page where the Unlayer builder is embedded.
  2. Right-click anywhere on the page and select Inspect.
  3. Navigate to the Network tab and refresh the page.
  4. Look for a network request named session and open its Payload.
  5. Locate the domain property in the payload data.
  6. Copy the domain value.
  7. Go to your Unlayer Console and navigate to: DeveloperBuilderSettingsAllowed Domains
  8. Paste the domain into the Allowed Domains field and save.
  9. Refresh the page where you are loading the builder. You should now see the correct plan features, and the Unlayer watermark will be removed.