summaryrefslogtreecommitdiff
path: root/static/usage.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-06-23 23:00:55 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-06-23 23:28:28 -0400
commit9155fb8e71cb69000d8a75194b5b69d1fd2bc767 (patch)
treea8203f0695a9aceff79c06b81c3357068b482b04 /static/usage.html
parentfbe713318c395e42724eaecd9c6d07b67430f161 (diff)
mention WebView browser sensors access workaround
Diffstat (limited to 'static/usage.html')
-rw-r--r--static/usage.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/usage.html b/static/usage.html
index d24f3c09..30be2500 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -223,8 +223,10 @@
by the WebView widget. For example, they can't provide a setting for toggling sensors
access because the feature is fairly new and the WebView WebSettings API doesn't yet
include support for it as it does for JavaScript, location, cookies, DOM storage and
- other older features. The WebView sandbox also currently runs every instance within
- the same process and doesn't support site isolation.</p>
+ other older features. For sensors, the Sensors app permission added by GrapheneOS can
+ be toggled off for the browser app as a whole instead. The WebView sandbox also
+ currently runs every instance within the same process and doesn't support site
+ isolation.</p>
<p>Avoid Gecko-based browsers like Firefox as they're currently much more vulnerable
to exploitation and inherently add a huge amount of attack surface. Gecko doesn't have