Skip to content

Commit adb5b24

Browse files
authored
Merge pull request #49 from mounirlamouri/master
Write Privacy & Security Considerations section and update questionnaire.
2 parents 6621025 + 81ab557 commit adb5b24

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

‎index.bs‎

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,20 @@ The [=XR Compositor=] MUST NOT automatically grant the page access to any additi
211211

212212
NOTE: Developers may request access to an [=/XR Device=]'s camera, should one be exposed through the existing [Media Capture and Streams](https://www.w3.org/TR/mediacapture-streams/) specification. However, doing so does not provide a mechanism to query the {{XRRigidTransform}} between the camera's location and the [=native origin=] of the [=viewer reference space=]. It also does not provide a guaranteed way to determine the camera intrinsics necessary to match the view of the [=real-world environment=]. As such, performing effective computer vision algorithms wil be significantly hampered. Future modules or specifications may enable such functionality.
213213

214-
Security, Privacy, and Comfort Considerations {#security}
215-
=============================================
214+
Privacy & Security Considerations {#privacy-security}
215+
=================================
216216

217-
Protected functionality {#protected-functionality}
218-
-----------------------
217+
<section class="non-normative">
218+
219+
The AR Module does not provide new information compared to the WebXR Device API
220+
specification it is extending. It allows websites to start an XR session as
221+
{{XRSessionMode/"immersive-ar"}} which blends the real world behind the XR
222+
scene. The website does not have access to the real world information (camera
223+
images) but knows how the XR scene will be composited on top of the real world
224+
(blend mode).
219225

220-
ISSUE: add information about new threats and mitigations introduced by functionality in this module
226+
Even if this module does not allow websites to access the camera images, it may
227+
not be obvious to end users and user agents may want to clarify this.
221228

222229
</section>
223230

‎security-privacy-questionnaire.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This specification does not mandate a difference in behaviour.
9090
**Does this specification have a "Security Considerations" and "Privacy
9191
Considerations" section?**
9292

93-
Yes. It is WIP as of answering this questionnaire.
93+
Yes.
9494

9595
**Does this specification allow downgrading default security characteristics?**
9696

0 commit comments

Comments
 (0)