diff options
| -rw-r--r-- | static/features.html | 3 | ||||
| -rw-r--r-- | static/usage.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/static/features.html b/static/features.html index 8b2a437f..ae19ab5f 100644 --- a/static/features.html +++ b/static/features.html @@ -211,7 +211,8 @@ 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> + attack surface by disabling enormous amounts of both legacy code (2G, 3G) and + bleeding edge code (5G)</li> <li><a href="/usage#wifi-privacy-associated">Per-connection MAC randomization option (enabled by default)</a> as a more private option than the standard persistent per-network random MAC.</li> diff --git a/static/usage.html b/static/usage.html index dfe5a0cf..0da1527a 100644 --- a/static/usage.html +++ b/static/usage.html @@ -666,7 +666,7 @@ <h2><a href="#lte-only-mode">LTE-only mode</a></h2> <p>If you have a reliable LTE connection from your carrier, you can reduce attack - surface by disabling 2G / 3G connectivity in Settings ➔ Network & Internet ➔ + surface by disabling 2G, 3G and 5G connectivity in Settings ➔ Network & Internet ➔ Mobile network ➔ Preferred network type. Traditional voice calls will only work in the LTE-only mode if you have either an LTE connection and VoLTE (Voice over LTE) support or a Wi-Fi connection and VoWi-Fi (Voice over Wi-Fi) support. VoLTE / |
