Skip to content

Commit

Permalink
Update and rename 9504110.yaml to 9504120.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
azurit authored Dec 26, 2024
1 parent 69c174d commit fe21b35
Showing 1 changed file with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ meta:
author: "azurit"
description: "Fake Bot Plugin"
enabled: true
name: 9504110.yaml
name: 9504120.yaml
tests:
- test_title: 9504110-1
- test_title: 9504120-1
desc: Check that plugin is not blocking standard User-Agents
stages:
- stage:
Expand All @@ -20,8 +20,8 @@ tests:
version: HTTP/1.1
uri: /get
output:
no_log_contains: id "9504110"
- test_title: 9504110-2
no_log_contains: id "9504120"
- test_title: 9504120-2
desc: Check for blocking of fake Googlebot
stages:
- stage:
Expand All @@ -36,8 +36,8 @@ tests:
version: HTTP/1.1
uri: /get
output:
log_contains: id "9504110"
- test_title: 9504110-3
log_contains: id "9504120"
- test_title: 9504120-3
desc: Check for blocking of fake Facebookbot
stages:
- stage:
Expand All @@ -52,8 +52,8 @@ tests:
version: HTTP/1.1
uri: /get
output:
log_contains: id "9504110"
- test_title: 9504110-4
log_contains: id "9504120"
- test_title: 9504120-4
desc: Check for blocking of fake Bingbot
stages:
- stage:
Expand All @@ -68,8 +68,8 @@ tests:
version: HTTP/1.1
uri: /get
output:
log_contains: id "9504110"
- test_title: 9504110-5
log_contains: id "9504120"
- test_title: 9504120-5
desc: Check for blocking of fake Twitterbot
stages:
- stage:
Expand All @@ -84,8 +84,8 @@ tests:
version: HTTP/1.1
uri: /get
output:
log_contains: id "9504110"
- test_title: 9504110-6
log_contains: id "9504120"
- test_title: 9504120-6
desc: Check for blocking of fake Applebot
stages:
- stage:
Expand All @@ -100,8 +100,8 @@ tests:
version: HTTP/1.1
uri: /get
output:
log_contains: id "9504110"
- test_title: 9504110-7
log_contains: id "9504120"
- test_title: 9504120-7
desc: Check for blocking of fake LinkedInBot
stages:
- stage:
Expand All @@ -116,8 +116,8 @@ tests:
version: HTTP/1.1
uri: /get
output:
log_contains: id "9504110"
- test_title: 9504110-8
log_contains: id "9504120"
- test_title: 9504120-8
desc: Check for blocking of fake Amazonbot
stages:
- stage:
Expand All @@ -132,4 +132,4 @@ tests:
version: HTTP/1.1
uri: /get
output:
log_contains: id "9504110"
log_contains: id "9504120"

0 comments on commit fe21b35

Please sign in to comment.