0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Added chicagomag.com to ref blocklist (#18750)

This commit is contained in:
Simon Backx 2023-10-25 10:16:27 +02:00 committed by GitHub
parent f6a8100d48
commit a20e269a0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,8 @@ const blockedReferrerDomains = [
'www.facebook.com',
'web.archive.org',
'archive.org',
'www.federalreserve.gov'
'www.federalreserve.gov',
'www.chicagomag.com'
];
/**