From 694f0e497868dfc0b2341e3e0f9d6612aaa8d4df Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 7 Jun 2023 05:48:33 +0600 Subject: [PATCH 1/2] Update Yotpo / loyalty, reviews --- src/technologies/y.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/technologies/y.json b/src/technologies/y.json index f5360370d..d0f6ee89e 100644 --- a/src/technologies/y.json +++ b/src/technologies/y.json @@ -577,9 +577,7 @@ "recurring" ], "saas": true, - "scriptSrc": [ - "cdn\\.swellrewards\\.com/" - ], + "scriptSrc": "cdn(?:-loyalty)?\\.(?:swellrewards|yotpo)\\.com/", "website": "https://www.yotpo.com/platform/loyalty/" }, "Yotpo Reviews": { @@ -597,9 +595,7 @@ "recurring" ], "saas": true, - "scriptSrc": [ - "\\.yotpo\\.com/" - ], + "scriptSrc": "^(?!cdn-loyalty).*\\.yotpo\\.com/", "website": "https://www.yotpo.com/platform/reviews/" }, "Yotpo SMSBump": { From fa3aa53c1ad4fbe0ea0146a1b0d6286d4860a088 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 7 Jun 2023 05:51:43 +0600 Subject: [PATCH 2/2] fix regex --- src/technologies/y.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/y.json b/src/technologies/y.json index d0f6ee89e..a1eb7ba61 100644 --- a/src/technologies/y.json +++ b/src/technologies/y.json @@ -595,7 +595,7 @@ "recurring" ], "saas": true, - "scriptSrc": "^(?!cdn-loyalty).*\\.yotpo\\.com/", + "scriptSrc": "(?!cdn-loyalty)\\.yotpo\\.com/", "website": "https://www.yotpo.com/platform/reviews/" }, "Yotpo SMSBump": {