From a7389b6d2edd8881061a82685146fca262da8249 Mon Sep 17 00:00:00 2001 From: "Exceeds_Lenovo\\rohan" Date: Fri, 25 Apr 2025 15:44:11 -0700 Subject: [PATCH] fix(coderabbit): New URL --- surfsense_web/components/chat/Citation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfsense_web/components/chat/Citation.tsx b/surfsense_web/components/chat/Citation.tsx index 1196abc9d..bc07e9b7f 100644 --- a/surfsense_web/components/chat/Citation.tsx +++ b/surfsense_web/components/chat/Citation.tsx @@ -58,7 +58,7 @@ export const Citation = React.memo(({ citationId, citationText, position, source variant="ghost" size="icon" className="h-7 w-7 rounded-full" - onClick={() => window.open(source.url, '_blank')} + onClick={() => window.open(source.url, '_blank', 'noopener,noreferrer')} title="Open in new tab" >