chromium/ios/chrome/test/data/policy/pref_mapping/PopupsAllowedForUrls.json

[
  {
    "note": "TODO(crbug.com/40124704): Flag this with can_be_recommended",
    "os": [
      "ios"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PopupsAllowedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_popups_allowed_for_urls": {
            "value": [
              "[*.]google.com"
            ]
          }
        }
      }
    ]
  }
]