You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default PaymentRequest [1] interface should be hidden in embedded contexts, and "enable" should allow the site to expose said interface to the target origin. Conversely, the site should be able to "disable" the interface on self.
Controls access to PaymentRequest interface and defaults to enabled for
top-level browsing contexts. Nested contexts are default off; parent
browsing context must explicitly enable the feature.
See #18.
By default PaymentRequest [1] interface should be hidden in embedded contexts, and "enable" should allow the site to expose said interface to the target origin. Conversely, the site should be able to "disable" the interface on
self
.[1] https://www.w3.org/TR/payment-request/#paymentrequest-interface
The text was updated successfully, but these errors were encountered: