localhost_loopback_protection

Version: v2025-10-16Includes use: Yes

Behavior name: Localhost Loopback Protection

Secure requests on localhost.

Default behavior

These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.

data "akamai_property_rules_builder" "localhost_loopback_protection" {
  rules_v2025_10_16 {
    name     = "Localhost Loopback Protection"
    comments = "Secures requests on localhost."
    behavior {
      localhost_loopback_protection {
        vcd_ids = []
        loopback_cross_account_policy = false
      }
    }
  }
}
"behaviors": [
  {
    "name": "localhostLoopbackProtection",
    "options": {
      "vcdIds": [],
      "loopbackCrossAccountPolicy": false
    }
  }
]

Options

Option Description
loopback_cross_account_policy
When set to true, allows all cross-account access by using Loopback.
vcd_ids
A comma-separated list of the numeric VCD IDs for Loopback.