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

[
  {
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "simple_policy_pref_mapping_test": {
      "pref_name": "profile.managed_auto_select_certificate_for_urls",
      "default_value": [],
      "values_to_test": [
        [
          "{'pattern':'https://example.com','filter':{'ISSUER':{'CN': 'issuer-name'}}}"
        ]
      ]
    }
  }
]