You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "allow" attribute is defined by Permissions Policy (formerly known as Feature Policy). This XSS concern should be raised against that specification instead.
It would be better to use only
Feature Policy
to determine which third parties have access to screen-wake-lockAttributes of iframes can be easily modified by javascript. So a simple XSS can enable
screen-wake-lock
for all third-party iframes on a site.The text was updated successfully, but these errors were encountered: