Re: [w3c/gamepad] Feature policy integration (#119)

@mrmcpowned, yes, correct... in which case the following would be needed by hosting site:

```HTML
<iframe allow="gamepad" src="https://third-party.com"></iframe>
```

Or a HTTP header that says `https://third-party.com` is ok to use gamepad... I think it's something like: 

```http
Feature-Policy: gamepad https://third-party.com
```

-- 
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/gamepad/issues/119#issuecomment-632502658

Received on Friday, 22 May 2020 06:04:02 UTC