From fcb604b0035ed25385f71120cf08df9f2f04ffd5 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 9 May 2022 17:21:05 -0400 Subject: [PATCH] move more Network toggle info to the section --- static/features.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/features.html b/static/features.html index a76b872d..e4cf1b53 100644 --- a/static/features.html +++ b/static/features.html @@ -429,6 +429,10 @@ firewall-based implementation, the Network permission toggle prevents apps from using the network via APIs provided by the OS or other apps in the same profile as long as they're marked appropriately.

+ +

The standard INTERNET permission used as the basis for the Network + permission toggle is enhanced with a second layer of enforcement and proper + support for granting/revoking it on a per-profile basis.

@@ -594,9 +598,6 @@ app
  • Secure application spawning system avoiding sharing address space layout and other secrets across applications
  • -
  • The standard INTERNET permission used as the basis for the Network - permission toggle is enhanced with a second layer of enforcement and proper - support for granting/revoking it on a per-profile basis.
  • Authenticated encryption for network time updates via a first party server to prevent attackers from changing the time and enabling attacks based on bypassing certificate / key expiry, etc.