Skip to content

Commit

Permalink
Update WPT for "Change default allowlist to 'all' #156"
Browse files Browse the repository at this point in the history
The Gamepad API spec is updated to change the default allowlist
for the "gamepad" permissions policy to '*' (all) instead of 'self'.

w3c/gamepad#156

Change-Id: I087b3f77eebb385d2e2b80c0a19f5f3afedda30e
  • Loading branch information
nondebug authored and chromium-wpt-export-bot committed Apr 2, 2022
1 parent f3a6d7d commit 1c48742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gamepad/gamepad-default-feature-policy.https.sub.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"getGamepads()",
t,
cross_origin_src,
expect_feature_unavailable_default
expect_feature_available_default
);
}, header + " disallows cross-origin by default.");
}, header + " allows cross-origin by default.");
</script>
</body>
</body>

0 comments on commit 1c48742

Please sign in to comment.