Zoho DataPrep allows you to enhance the security of your data science workflows by regulating external communication from Code Studio. By specifying a list of trusted domains, you can control which external APIs and web services your Python scripts are permitted to access, preventing unauthorized data transfer.
This section is visible only to the Account admin of the organization in Zoho DataPrep.
By default, Code Studio restricts all outgoing API calls to ensure a secure environment. You must explicitly whitelist a domain to allow your Python scripts to interact with it.
To add a trusted domain
1. In the Code Studio Allowed Domains tab, click the Add Domain button. An Add Domain dialog will appear. Enter the domain name you wish to whitelist (e.g., finepick.com).
2. Click Add Domain to include the domain in your trusted list.
To manage existing domains
You can manage your domains from the Whitelisted Domains section. This section displays all allowed domains with the following details:
Domain Name: Displays the URL or endpoint permitted for API calls from Code Studio.
Actions: Provides options to Edit the domain entry or Delete it to revoke access immediately.