2022 June Release

Usage SettingsPermanent link for this heading

The Fabasoft Cloud Client can only be used for certain domains. By default, only domains *.fabasoft.com are allowed. If you want to use the Fabasoft Cloud Client for a Fabasoft Private Cloud installation, you can allow the domain with the following registry key (see also “Predefined Settings for Users”).

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Fabasoft\NativeClient\Cloud

"VALIDDOMAINS"="<domain>(:<port>)"

This restriction can also be defined per user:

KEY_CURRENT_USER\Software\Fabasoft\WebClient\ConfigValues\Cloud\

"VALIDDOMAINS"="<domain>(:<port>)"

Note: The value of VALIDDOMAINS can consist of a list of domains, separated by semicolons, commas or spaces. Subdomains can be defined by the appropriate name or * as wildcard and you can also restrict to specific ports (e.g. 443, 80).

Example: *.example.com; example.com; *.example:443; sub.example:8080