Update wordpress-detect.yaml
The validation of the response code doesn't add anything and makes the template malfunction often. This change removes the response code validation.patch-1
parent
ed7f0cff73
commit
ee1da3df6c
|
@ -39,10 +39,6 @@ http:
|
|||
- '<!--[^>]+WP-Super-Cache'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
name: version_by_generator
|
||||
|
|
Loading…
Reference in New Issue