summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Muhomor <muhomor.dmitry@gmail.com>2024-01-08 15:41:52 +0200
committerDaniel Micay <danielmicay@gmail.com>2024-01-08 12:28:06 -0500
commit17d189d7f6c435c76646553e5c506e38bc18aeea (patch)
tree5518ecc7e17979ae968a64188d60cb8c76e1ad87
parent581e22327aa480fd8958060504afa4a1c2de6984 (diff)
fix indentation of exploit protection list
-rw-r--r--static/usage.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/static/usage.html b/static/usage.html
index c2722f48..b2d10119 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -806,10 +806,11 @@
<p>You can enable our exploit protection compatibility mode via Settings ➔ Apps ➔
App ➔ Exploit protection. The exploit protection compatibility mode toggle will:</p>
<ul>
- <li>Switch from hardened_malloc to Android's standard allocator (Scudo)</li>
- <li>Reduce address space size from 48 bit to Android's standard 39 bit</li>
- <li>Disable memory tagging, unless the app has opted-in to it (only on compatible devices)</li>
- <li>Allow native debugging (ptrace) access</li>
+ <li>Switch from hardened_malloc to Android's standard allocator (Scudo)</li>
+ <li>Reduce address space size from 48 bit to Android's standard 39 bit</li>
+ <li>Disable memory tagging, unless the app has opted-in to it (only on
+ compatible devices)</li>
+ <li>Allow native debugging (ptrace) access</li>
</ul>
<p>All of these changes apply only to the selected app and can be toggled separately.</p>