diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-18 19:46:52 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-18 19:46:52 -0400 |
| commit | 3d9c0d6ea241679aea276f9f1d0289e0814bd66e (patch) | |
| tree | aee548f9d2a587fa145ad9bb62624bf0cfa5ec02 | |
| parent | 052e322c134c3823322fdb3d23e1a40540298f82 (diff) | |
remove pattern lock option
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index ddc2ecd8..7ba2581c 100644 --- a/static/releases.html +++ b/static/releases.html @@ -418,6 +418,7 @@ <ul> <li>Settings: fix displaying setting for GrapheneOS USB accessory policy (deny new usb)</li> + <li>Settings: hide insecure pattern lock option (either use a randomly generated 6-8 digit PIN for secure encryption based on secure element throttling or a strong passphrase, not this misguided pattern option with ridiculously low entropy) <li>Sandboxed Google Play compatibility layer: return false for SIM card lock check rather than throwing a SecurityException</li> </ul> </article> |
