Skip to content

Commit

Permalink
Merge pull request #600 from cwlowder/master
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Aug 28, 2023
2 parents bfdc6be + 961c6fb commit d4d9cdc
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions testdata/cloudflare/cloudflare_bot_management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ interactions:
"success": true,
"errors": [],
"messages": [],
"result": [
{
"enable_js": true,
"sbfm_definitely_automated": "block",
"sbfm_likely_automated": "managed_challenge",
"sbfm_verified_bots": "allow",
"sbfm_static_resource_protection": false,
"optimize_wordpress": true
}
]
"result": {
"enable_js": true,
"sbfm_definitely_automated": "block",
"sbfm_likely_automated": "managed_challenge",
"sbfm_verified_bots": "allow",
"sbfm_static_resource_protection": false,
"optimize_wordpress": true
}
}
headers:
Content-Type:
Expand Down

0 comments on commit d4d9cdc

Please sign in to comment.