diff --git a/specs/paymentrequest.html b/specs/paymentrequest.html index 63e39be7..1e8188ce 100644 --- a/specs/paymentrequest.html +++ b/specs/paymentrequest.html @@ -1237,10 +1237,29 @@

Security Considerations

This section is a placeholder to record security considerations as we gather them through working group discussion.

- The PaymentRequest API does not directly support encryption of data fields. - Individual payment methods may choose to include support for encrypted data but it is not - mandatory that all payment methods support this. +
+

Encryption of data fields

+

+ The PaymentRequest API does not directly support encryption of data fields. + Individual payment methods may choose to include support for encrypted data but it is not + mandatory that all payment methods support this. +

+
+ + +
+

Privacy Considerations

+

+ This section is a placeholder to record privacy considerations as we gather them through working + group discussion.

+
+

Exposing user information

+

+ The user agent should never share information about the user to the web page + (such as the shipping address) without user consent. +

+