chromium/components/policy/test/data/pref_mapping/ExplicitlyAllowedNetworkPorts.json

[
  {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "default value",
        "policies": {},
        "prefs": {
          "net.explicitly_allowed_network_ports": {
            "default_value": [],
            "location": "local_state"
          }
        }
      },
      {
        "note": "no ports are currently allowed to be blocked, but policy remains in place for potential future use",
        "policies": {
          "ExplicitlyAllowedNetworkPorts": []
        },
        "prefs": {
          "net.explicitly_allowed_network_ports": {
            "location": "local_state",
            "value": []
          }
        }
      }
    ]
  }
]