Skip to content

[Spec] Have navigate algorithm be able to take in a FencedFrameConfig IDL object. #194

Open
@blu25

Description

@blu25

Currently, per spec, if an config-generating API generates a FencedFrameConfig, and the embedder of a fenced frame or even the fenced frame itself "guesses" the urn:uuid backing it, it could navigate the fenced frame to that config.

This doesn't match implementations, and is bad because the intention of a FencedFrameConfig IDL object is to allow only the embedder to navigate the fenced frame with the config object. We should modify the navigation algorithm monkeypatches to be able to accept a FencedFrameConfig object, and only check the fenced frame config mapping if a FencedFrameConfig is supplied to the algorithm, as opposed to if a urn is supplied.

See this comment thread: #183 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions