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