summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-07-19 00:51:02 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-07-19 00:51:41 -0400
commitf08bf09a605901cf9fac736b16cb6dce3469cf3d (patch)
treeb8dad20a7721bd618c732bcf2473841bff44375a
parent1e5a3424fe0acadfd5eaff0a448c7158d5626c55 (diff)
clarify wording for lock recommendations
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 0d3c4960..5ed267be 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -418,7 +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>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 randomly generated passphrase to avoid depending on the secure element, 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>
<li>Sandboxed Google Play compatibility layer: avoid throwing an exception in certain edge cases for secondary users when checking whether the compatibility shims should be enabled for a process (i.e. when checking if the process is one of the 3 core Play apps)</li>
</ul>