- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 21 May 2020 23:03:34 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 22 May 2020 06:04:02 UTC
@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