diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-06-04 19:10:33 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-06-05 14:38:08 +0000 |
| commit | 810f6e799d50e5244f566122e538c24a0f6cba79 (patch) | |
| tree | 3e40e6794bd4cf2cbd003511cd437c28a71b5ef9 | |
| parent | 831b4bb6f408721220f2b3812756ce577e5b8689 (diff) | |
| download | mullvadvpn-810f6e799d50e5244f566122e538c24a0f6cba79.tar.xz mullvadvpn-810f6e799d50e5244f566122e538c24a0f6cba79.zip | |
Describe ignoring touch events in the changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d8eda8525b..839a1a6542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ Line wrap the file at 100 chars. Th - Show the remaining account time in the Settings screen in days if it's less than 3 months. - Prevent commands to connect or disconnect to be sent when the device is locked. - Make all screens scrollable to better handle small screens and split-screen mode. +- Ignore touch events when another view is shown on top of the app in order to prevent tapjacking + attacks. #### Linux - Send an ICMP reject message or TCP reset packet when blocking outgoing packets to prevent |
