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
"example.com" embeds an iframe "game.com" and allow geolocation permission to "game.com"
"game.com" integrated an iframe "resources.game.com" inside "game.com" and allow geolocation access.
In this scenario it is mentioned that "game.com" can allocate permission to the "resources.game.com", as a trusted subframe is able to delegate access to a feature to one of its subframes.
Question
Will this happen when the subframe is of a cross-domain?
In the given scenario, the "resources.game.com" is a sub-domain of the frame "game.com". Will this also work if the subframe was of a cross domain, let say "work.com"
The text was updated successfully, but these errors were encountered:
aromalanil
changed the title
Query: Can trusted subframe allocate permission to one of it's subframe with a cross-domain
Query: Can trusted subframe allocate permission to one of it's cross-domain subframe
Feb 22, 2024
@clelland Thanks for the clarification. In this case wouldn't it be better to use URLs that are not subdomain for the example, to avoid the confusion if this is only applicable for subdomains.
Description
In the 4th example of Permission Policy "Policy only directly affects child frame", the senerio mentioned is
geolocation
permission to "game.com"geolocation
access.In this scenario it is mentioned that "game.com" can allocate permission to the "resources.game.com", as a trusted subframe is able to delegate access to a feature to one of its subframes.
Question
Will this happen when the subframe is of a cross-domain?
In the given scenario, the "resources.game.com" is a sub-domain of the frame "game.com". Will this also work if the subframe was of a cross domain, let say "work.com"
example.com
game.com
The text was updated successfully, but these errors were encountered: