- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 12 Mar 2019 14:10:33 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 12 March 2019 21:10:55 UTC
marcoscaceres commented on this pull request. > + <a>canMakePayment()</a>; + </li> + <li>Rate-limiting the frequency of calls to <a>canMakePayment()</a> + with different parameters. + </li> + </ul> + <p> + For rate-limiting the user agent might look at repeated calls from: + </p> + <ul> + <li>the same effective top-level domain plus one (eTLD+1). + </li> + <li>the top-level browsing context. Alternatively, the user agent may + block access to the API entirely for origins know to be bad actors. + </li> + <li>for an iframe, the origin of the iframe content. ```suggestion <li>for an <a>iframe</a>, the origin of the iframe content. ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-request/pull/843#pullrequestreview-213652702
Received on Tuesday, 12 March 2019 21:10:55 UTC