Skip to content

Commit bfe30f0

Browse files
ianbjacobsmarcoscaceres
authored andcommitted
Editorial: Added canMakePayment() section to privacy considerations, part of 675 (w3c#739)
1 parent 2b76e4d commit bfe30f0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4778,6 +4778,19 @@ <h2>
47784778
consent.
47794779
</p>
47804780
</section>
4781+
<section>
4782+
<h2>
4783+
canMakePayment() protections
4784+
</h2>
4785+
<p data-link-for="PaymentRequest">
4786+
The <a>canMakePayment()</a> method enables the payee to call
4787+
<a>show()</a> if the user is ready to take advantage of the API, or
4788+
to fall back to a legacy checkout experience if not. Because this
4789+
method shares some information with the payee, user agents are
4790+
expected to protect the user from abuse of the method, for example,
4791+
by restricting the number or frequency of calls.
4792+
</p>
4793+
</section>
47814794
</section>
47824795
<section id="dependencies">
47834796
<h2>

0 commit comments

Comments
 (0)