Update wordpress-detect.yaml
parent
56c5d4d6b1
commit
e5d3cf5fa8
|
@ -22,13 +22,13 @@ requests:
|
|||
- type: regex
|
||||
regex:
|
||||
- '<generator>https?:\/\/wordpress\.org.*</generator>'
|
||||
- "wp-login.php"
|
||||
- 'wp-login.php'
|
||||
- '\/wp-content/themes\/'
|
||||
- '\/wp-includes\/'
|
||||
- 'name="generator" content="wordpress'
|
||||
- '<link[^>]+s\d+\.wp\.com'
|
||||
- '<!-- This site is optimized with the Yoast (?:WordPress )?SEO plugin v([\d.]+) -'
|
||||
- "<!--[^>]+WP-Super-Cache"
|
||||
- '<!--[^>]+WP-Super-Cache'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
|
|
Loading…
Reference in New Issue