Re: [w3c/payment-handler] Make explicit which origin to use in conjunction with payment method manifest. (#209)

ianbjacobs commented on this pull request.



> @@ -2028,6 +2028,17 @@
       </section>
       <section>
         <h2>
+          Supported Origin
+        </h2>
+        <ul>
+          <li>When the user agent matches payment method manifest origin against
+            the payment app origin, it uses the origin of the service worker
+            registration scope URL.
+          </li>

How about this:

Payment method manifests authorize <a>origins</a> to distribute payment apps for a given payment method. When the user agent is determining whether a payment handler matches the origin listed in a payment method manifest, the user agent uses the scope URL of the payment handler's service worker registration.

-- 
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-handler/pull/209#pullrequestreview-59278349

Received on Tuesday, 29 August 2017 15:18:21 UTC