Re: [w3c/payment-request] Disable Payment Request API in CSP/iframe sandbox (#698)

Noting we have `allowpaymentrequest`... so we would need to work out how they interact.  

```HTML
<iframe sandbox allowpaymentrequest></iframe>
```

I guess sandbox there bans everything, and `allowpaymentrequest` enables.... but because PR API is disabled by default cross-origin, we might not need our own flag. 

-- 
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/issues/698#issuecomment-377095535

Received on Thursday, 29 March 2018 01:57:45 UTC