improved shopify takeover detection

patch-1
sandeep 2021-11-08 22:24:03 +05:30
parent bdee3e596c
commit ee08f20f8b
1 changed files with 11 additions and 1 deletions

View File

@ -12,8 +12,18 @@ requests:
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- 'To finish setting up your new web address, go to your domain settings, click "Connect existing domain"'
- "Sorry, this shop is currently unavailable."
- 'To finish setting up your new web address, go to your domain settings, click "Connect existing domain"'
condition: or
- type: word
words:
- 'shop-not-found'
- type: dsl
dsl:
- '!contains(host,"myshopify.com")'