diff options
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/features.html b/static/features.html index 7bebc59a..ebf29422 100644 --- a/static/features.html +++ b/static/features.html @@ -90,7 +90,8 @@ organizations instead of using it as a form of DRM</li> <li>PDF Viewer: sandboxed, hardened PDF viewer using HiDPI rendering with pinch to zoom, text selection, etc.</li> - <li>Secure application spawning system</li> + <li>Secure application spawning system avoiding sharing address space layout and + other secrets across applications</li> <li>Network permission toggle disallowing both direct and indirect network access, superior to a purely firewall-based implementation only disallowing direct access to the network without covering inter-process communication</li> <li>Sensors permission toggle</li> <li>Authenticated encryption for network time updates via a first party server to |
