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

[
  {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "InsecurePrivateNetworkRequestsAllowedForUrls": [
            "[*.]google.com",
            "http://example.com:1234"
          ]
        },
        "prefs": {
          "profile.managed_insecure_private_network_allowed_for_urls": {
            "value": [
              "[*.]google.com",
              "http://example.com:1234"
            ]
          }
        }
      }
    ]
  }
]