From a20e269a0bbdc13108f218a2594fea39726ed931 Mon Sep 17 00:00:00 2001 From: Simon Backx Date: Wed, 25 Oct 2023 10:16:27 +0200 Subject: [PATCH] Added chicagomag.com to ref blocklist (#18750) --- ghost/member-attribution/lib/OutboundLinkTagger.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/member-attribution/lib/OutboundLinkTagger.js b/ghost/member-attribution/lib/OutboundLinkTagger.js index 2a85d6723b..671e84c0ef 100644 --- a/ghost/member-attribution/lib/OutboundLinkTagger.js +++ b/ghost/member-attribution/lib/OutboundLinkTagger.js @@ -7,7 +7,8 @@ const blockedReferrerDomains = [ 'www.facebook.com', 'web.archive.org', 'archive.org', - 'www.federalreserve.gov' + 'www.federalreserve.gov', + 'www.chicagomag.com' ]; /**