Update tilda-takeover.yaml
This update is based on this issue https://github.com/EdOverflow/can-i-take-over-xyz/issues/155patch-1
parent
8e09dc3061
commit
c0db77d9f9
|
@ -11,9 +11,13 @@ requests:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- <title>Please renew your subscription</title>
|
||||
- Please go to the site settings and put the domain name in the Domain tab.
|
||||
- Please go to the site settings and put the domain name in the Domain tab.
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Please renew your subscription</title>"
|
||||
negative: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue