From f68eb449bda60ec48b01280858998197af3830b8 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 15 Oct 2020 15:27:32 +0200 Subject: [PATCH] Be robust against `StrandHogg` task injection --- CHANGES.md | 1 + vector/src/main/AndroidManifest.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d9ab78db82..320df0b6e7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -31,6 +31,7 @@ Bugfix 🐛: - Very long topic cannot be fully visible (#1957) - Properly detect cross signing keys reset - Don't set presence when handling a push notification or polling (#2156) + - Be robust against `StrandHogg` task injection Translations 🗣: - Move store data to `/fastlane/metadata/android` (#812) diff --git a/vector/src/main/AndroidManifest.xml b/vector/src/main/AndroidManifest.xml index bfd09a65dc..643d5599de 100644 --- a/vector/src/main/AndroidManifest.xml +++ b/vector/src/main/AndroidManifest.xml @@ -63,6 +63,8 @@