diff options
| author | Dmitry Muhomor <muhomor.dmitry@gmail.com> | 2023-02-18 10:57:59 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-18 08:05:31 -0500 |
| commit | 32d1abf05b966af9642c2882d66cb5232879f0e7 (patch) | |
| tree | 3238ae0f10d370ff41d4ec6dcebaabd39b8217d7 /static | |
| parent | 6b14e8afc00571b7e398510ee217cfbf8c3be007 (diff) | |
add closed leak of names of user-created dirs to the Features page
Diffstat (limited to 'static')
| -rw-r--r-- | static/features.html | 3 |
1 files changed, 3 insertions, 0 deletions
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.</li> <li>Remove code automatically granting the location permission to system browsers.</li> + <li>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.</li> </ul> </section> </section> |
