diff --git a/index.html b/index.html index f7f88529..70101844 100644 --- a/index.html +++ b/index.html @@ -623,6 +623,24 @@
+ Optionally, if the user agent wishes to disallow the call + to show() to protect the user, then return a promise + rejected with a "SecurityError" DOMException. For + example, the user agent may require the call to be + triggered by user activation, or may limit the rate at + which a page can call show(), as described in the the + privacy considerations section. +
++ Implementations are expected to experiment in this area. + Developers using the payment request API should investigate and + anticipate such experiments and understand under what + circumstances a "SecurityError" DOMException might + occur. +
+This allows user agents to apply heuristics to detect and prevent abuse of the canMakePayment() method for fingerprinting @@ -2677,7 +2694,7 @@