ProjectSecurityWhitelist URL

Whitelist Origin URL

To enhance security, developers can specify a whitelist of origin URLs that are allowed to interact with the SDK. This ensures that only trusted domains can access the wallet’s functionality, preventing unauthorized access and potential security breaches.

To configure the whitelist, go to project dashboard, and enter the allowed origin URLs in the “Whitelist Origin URL”. This will restrict the SDK to only accept requests from these specified origins. You can set multiple URLs, and they can include protocols (http or https) and subdomains.

Request from an origin that is not in the whitelist will show an error message on the client, preventing any interaction with your project.