Skip to content

A leftover T letter in the Geolocation code snippet #1199

@ald8

Description

@ald8

Describe the bug

There is an extra/leftover T letter in the geolocation example code snippet

Additional context

{
    "policy": {T <====== THIS!
        "name": "override_rule_example",
        "template": { "name": "POLICY_TEMPLATE_NGINX_BASE" },
        "enforcementMode": "blocking",
        "general": {
             "customXffHeaders": ["xff"],
             "trustXff": true
         },
         "override-rules": [
            {
                "name": "myFirstRule",
                "condition": "geolocation == 'IL'",
                "actionType": "extend-policy",
                "override": {
                    "policy": {
                        "enforcementMode": "transparent"
                    }
                }
            }
        ]
    }
}

Metadata

Metadata

Assignees

Labels

🔥 p2Priority 2: Impacts production; non-emergencybugSomething isn't workingproduct/wafIssues related to F5 WAF for NGINX

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions