diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-10-20 03:14:17 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-10-20 03:14:17 -0400 |
| commit | e4ea316bb86cc92e8a3615dadfeff018bffb499b (patch) | |
| tree | bf682a7c53ef81d60fc4f95b931a4829f4227d90 /static | |
| parent | 1f819d327e52b81fb097bc248a0c70f386a49a3c (diff) | |
app only fingerprint was missed in features
Diffstat (limited to 'static')
| -rw-r--r-- | static/features.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index c1c97e0d..2c044799 100644 --- a/static/features.html +++ b/static/features.html @@ -206,6 +206,8 @@ <li>Stricter implementation of the optional fingerprint unlock feature permitting only 5 attempts rather than 20 before permanent lockout (our recommendation is still keeping sensitive data in user profiles without fingerprint unlock)</li> + <li>Support for using the fingerprint scanner only for authentication in apps + and unlocking hardware keystore keys by toggling off support for unlocking.</li> <li>PIN scrambling option</li> <li><a href="/usage#lte-only-mode">LTE-only mode</a> to reduce cellular radio attack surface by disabling enormous amounts of legacy code</li> |
