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

[
  {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "simple_policy_pref_mapping_test": {
      "pref_name": "policy.copy_prevention_settings",
      "default_value": {},
      "values_to_test": [
        {
          "disable": [
            "not-sensitive.example.com"
          ],
          "enable": [
            "*"
          ],
          "minimum_data_size": 100
        }
      ]
    }
  }
]