def rule(event):
    if event.deep_get("c-useragent", default="") == "":
        return True
    return False
