diff --git a/ghost/core/content/themes/casper b/ghost/core/content/themes/casper index 3ed94d68fa..505503a63b 160000 --- a/ghost/core/content/themes/casper +++ b/ghost/core/content/themes/casper @@ -1 +1 @@ -Subproject commit 3ed94d68fad71ed5956a9f5f8a29d3bd0ef6c513 +Subproject commit 505503a63b51c89c96fcafd18550af29c6c811f1 diff --git a/ghost/member-attribution/lib/outbound-link-tagger.js b/ghost/member-attribution/lib/outbound-link-tagger.js index 0b3e34049a..a18cd3b278 100644 --- a/ghost/member-attribution/lib/outbound-link-tagger.js +++ b/ghost/member-attribution/lib/outbound-link-tagger.js @@ -6,7 +6,8 @@ const blockedReferrerDomains = [ 'facebook.com', 'www.facebook.com', 'web.archive.org', - 'archive.org' + 'archive.org', + 'www.federalreserve.gov' ]; /**