diff options
| author | r3g_5z <june@girlboss.ceo> | 2023-04-24 12:28:49 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-04-24 12:47:34 -0400 |
| commit | 8f7af272e262fd0930c7aa5e0cf6372df0f6a151 (patch) | |
| tree | 57dd364f4e6de3c1b42c63c438ccd7edbbfc0e2a | |
| parent | ab645d711b88f85565518bd3058a470693d3a521 (diff) | |
UWB is disabled by default as well
Signed-off-by: r3g_5z <june@girlboss.ceo>
| -rw-r--r-- | static/features.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/features.html b/static/features.html index 42a5ab03..5fd79dfc 100644 --- a/static/features.html +++ b/static/features.html @@ -250,7 +250,7 @@ <ul> <li>Greatly reduced remote, local and proximity-based attack surface by stripping out unnecessary code, making more features optional and disabling - optional features by default (NFC, Bluetooth, etc.), when the screen is + optional features by default (NFC, Bluetooth, UWB, etc.), when the screen is locked (connecting new USB peripherals, camera access) and optionally after a timeout (Bluetooth, Wi-Fi)</li> <li>Option to disable native debugging (ptrace) to reduce local attack surface |
