Description:
With the following Add-in script you can create new HTTP-Proxy Whitelists and fill them with content.
List of used variables:
Add-in code:
/** * @param {Config} config * @param {Context} context * Do not edit this comment or parameter types. Required for code suggestions */ exports.main = function (config, context) { const ufApi = config.getUfApi();
|
---|
Add-in as JSON file:
