{
    my @ports = split(",", ($squid{SafePorts} || "80") );

    return "acl Safe_ports port @ports";
}
