Re: [w3c/gamepad] Add permission policy integration (#112)

According to [their documentation](https://itch.io/docs/creators/html5) itch.io hosts web games by embedding an iframe. This is why this change will break a number of games but also means that the fix is simple. itch.io needs to add "gamepad" to the existing `allow` attribute in the `<iframe>` tags on their pages. They already appear to allow a number of other capabilities through this attribute so it seems that they understand how Permissions Policy works. If I'm correct then this shouldn't require any changes on the part of individual game authors. The change can be made unilaterally by itch.io.

-- 
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/pull/112#issuecomment-770155564

Received on Saturday, 30 January 2021 04:32:25 UTC