Commit e61cfea5 authored by Andrew Whalley's avatar Andrew Whalley
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent d5f7cd5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ Same-origin policy: A security model in browser products used to determine wheth

Powerful Web Platform Feature: A web platform feature (usually an API) the web browser provides to a website that directly exposes: video capture, audio capture, location information, filesystem contents, clipboard contents, the host operating system, external applications, screen contents, system notifications, connected peripherals, local network services, Personally Identifiable Information, or other such highly sensitive data or capabilities.

Secure Context: As defined by http://w3c.github.io/webappsec-secure-contexts/
Secure Context: Typically a web page that meets minimum standards of authentication and confidentiality by delivering content over an encrypted and authenticated channel like HTTPS, as fully defined by https://w3c.github.io/webappsec-secure-contexts/.

<mark>Editor's note: What constitutes a secure context is pretty nuanced, so ideally we'd be able to reference this spec. The definition is used in [REQ-PWR-INT-2]</mark>