{
    $OUT = '';

    my $trustedHosts = $cups{TrustedHosts} or return;
    @trustedHosts = split(",", $trustedHosts);
}
