From c2b448672c9723db03e45f59e85a262fdb35fca6 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 27 Mar 2026 18:24:15 +0100 Subject: [PATCH] fix: also preserve referrer for pulse and pulse-staging domains --- app/sites/[id]/pagespeed/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/sites/[id]/pagespeed/page.tsx b/app/sites/[id]/pagespeed/page.tsx index f7ea5a6..b216829 100644 --- a/app/sites/[id]/pagespeed/page.tsx +++ b/app/sites/[id]/pagespeed/page.tsx @@ -787,13 +787,13 @@ function AuditDescription({ text }: { text: string }) { const match = part.match(/^\[([^\]]+)\]\(([^)]+)\)$/) if (match) { const href = remapLearnUrl(match[2]) - const isCiphera = href.startsWith('https://ciphera.net') + const isInternal = href.startsWith('https://ciphera.net') || href.startsWith('https://pulse.ciphera.net') || href.startsWith('https://pulse-staging.ciphera.net') return ( {match[1]}