aboutsummaryrefslogtreecommitdiff
path: root/lib/policy/config/testdata/good/challengemozilla.json
blob: e9d34eeba43a47f1440dac203cea969f608e1156 (plain)
1
2
3
4
5
6
7
8
9
{
  "bots": [
    {
      "name": "generic-browser",
      "user_agent_regex": "Mozilla",
      "action": "CHALLENGE"
    }
  ]
}