improved shopify takeover detection
parent
bdee3e596c
commit
ee08f20f8b
|
@ -12,8 +12,18 @@ requests:
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "Sorry, this shop is currently unavailable."
|
|
||||||
- 'To finish setting up your new web address, go to your domain settings, click "Connect existing domain"'
|
- '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