From 23aa5811c6ea7e2ae34334100c8c6abe65ab9621 Mon Sep 17 00:00:00 2001 From: Nikhil Sinha Date: Mon, 8 Apr 2024 18:40:20 +0530 Subject: [PATCH] livetail will be always enabled and does not check the protocol to be http/https --- src/pages/Logs/PrimaryToolbar.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pages/Logs/PrimaryToolbar.tsx b/src/pages/Logs/PrimaryToolbar.tsx index 2e4096a7..565667ff 100644 --- a/src/pages/Logs/PrimaryToolbar.tsx +++ b/src/pages/Logs/PrimaryToolbar.tsx @@ -21,20 +21,17 @@ const PrimaryToolbar = () => { const { state: { userSpecificAccessMap }, } = useHeaderContext(); - const isSecureConnection = window.location.protocol === 'https:'; return ( - {!isSecureConnection && ( - - )} {userSpecificAccessMap.hasUpdateAlertAccess && ( )}