From 747e298cb22e257c3c3334741f2747bf6819ce7a Mon Sep 17 00:00:00 2001 From: LC mac Date: Thu, 12 Feb 2026 23:22:02 +0800 Subject: [PATCH] refine: Update network button labels and tooltips with honest security messaging - Change button labels: 'Extra secure' / 'Normal' (better reflects defense-in-depth) - Update tooltips to acknowledge CSP already blocks connections: - 'Extra secure: Added manual blocking layer (CSP already blocks connections)' - 'Normal: Relying on CSP to block connections' - Update comment: Clarify button adds extra manual layer, not primary control - More transparent about how security actually works (CSP does the real work) --- src/components/Header.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index ed0e283..041249d 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -93,20 +93,20 @@ const Header: React.FC = ({ {/* Right: Action Buttons */}
- {/* Network availability toggle - Click to disable/enable internet access for maximum security */} + {/* Defense-in-depth toggle: Add extra manual blocking layer on top of CSP */}
@@ -116,8 +116,8 @@ const Header: React.FC = ({