diff --git a/index.html b/index.html
index 1b5ca74..94348ca 100644
--- a/index.html
+++ b/index.html
@@ -2149,10 +2149,25 @@
CanMakePaymentEvent algorithm for details.
The user agent is not required to make available payment handlers
- that pose security issues. When a payment handler is unavailable for
- security reasons, the user agent should provide rationale to the
- payment handler developers (e.g., through console messages) and may
- also inform the user to help avoid confusion.
+ that pose security issues. Security issues might include:
+
+ - Certificates that are expired, revoked, self-signed, and so
+ on.
+
+ - Mixed content
+
+ - Page available through HTTPs redirects to one that is not.
+
+ - Payment handler is known from safe browsing database to be
+ malicious
+
+
+
+ When a payment handler is unavailable for security reasons, the
+ user agent should provide rationale to the payment handler
+ developers (e.g., through console messages) and may also inform
+ the user to help avoid confusion.
+