Update joomla-panel.yaml
parent
60992255dd
commit
37170d3220
|
@ -9,15 +9,9 @@ requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/administrator/"
|
- "{{BaseURL}}/administrator/"
|
||||||
condition: or
|
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- '<meta name="generator" content="Joomla! - Open Source Content Management" />'
|
- '<meta name="generator" content="Joomla! - Open Source Content Management" />'
|
||||||
- '/administrator/templates/isis/images/joomla.png'
|
- '/administrator/templates/isis/images/joomla.png'
|
||||||
part: body
|
condition: or
|
||||||
- type: status
|
|
||||||
status:
|
|
||||||
- 200
|
|
||||||
condition: and
|
|
||||||
|
|
Loading…
Reference in New Issue