From ab89255460a600b596349609af7e437f671cef20 Mon Sep 17 00:00:00 2001 From: Giovanbattista Amato Date: Thu, 13 Jan 2022 12:37:31 +0100 Subject: [PATCH] fix(technologies): improve activecampaign detection --- src/technologies/a.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index ab5f7fa5e..1e80ce361 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -610,12 +610,19 @@ }, "pricing": [ "low", - "recurring" + "recurring", + "poa" ], "saas": true, "scriptSrc": [ "plugins/activecampaign-subscription-forms/site_tracking\\.js", - "\\.activehosted\\.com/" + "\\.activehosted\\.com", + "\\.app-us1\\.com", + "\\.ac-page\\.com" + ], + "url": [ + "\\.activehosted\\.com", + "\\.ac-page\\.com" ], "website": "https://www.activecampaign.com" },