improved shopify takeover detection
parent
bdee3e596c
commit
ee08f20f8b
|
@ -12,8 +12,18 @@ requests:
|
|||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Sorry, this shop is currently unavailable."
|
||||
- 'To finish setting up your new web address, go to your domain settings, click "Connect existing domain"'
|
||||
- "Sorry, this shop is currently unavailable."
|
||||
condition: or
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'shop-not-found'
|
||||
|
||||
- type: dsl
|
||||
dsl:
|
||||
- '!contains(host,"myshopify.com")'
|
Loading…
Reference in New Issue