From 858ac44a0ca5de45df51d92c9a72e8d71a574ca1 Mon Sep 17 00:00:00 2001 From: Dave Eckhardt <13352322+de0u@users.noreply.github.com> Date: Fri, 21 Jun 2024 23:30:29 -0400 Subject: [PATCH] Fix typo in static/features.html --- static/features.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/features.html b/static/features.html index ea4888f9..ec8530ef 100644 --- a/static/features.html +++ b/static/features.html @@ -280,7 +280,7 @@ both the hardware level via configuring the USB controller and also at the OS level in the kernel to provide a second layer of defense. It disables the data lines at a hardware level as soon as the existing connections end which - happens right away if there were new USB connections. It also disables USB-C + happens right away if there were no USB connections. It also disables USB-C alternate modes including DisplayPort at both the OS and hardware level.
Our implementation is far more secure than Android's standard USB HAL