From 32d1abf05b966af9642c2882d66cb5232879f0e7 Mon Sep 17 00:00:00 2001 From: Dmitry Muhomor Date: Sat, 18 Feb 2023 10:57:59 +0200 Subject: [PATCH] add closed leak of names of user-created dirs to the Features page --- static/features.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/features.html b/static/features.html index b25bd62f..ea2e1ac3 100644 --- a/static/features.html +++ b/static/features.html @@ -939,6 +939,9 @@ checks.
  • Remove code automatically granting the location permission to system browsers.
  • +
  • Apps that don't have any storage permission aren't allowed to read the + list of all user-created directories (this is allowed on Android). The list of + files is hidden from such apps on both Android and GrapheneOS.