Open Bug 1885945 Opened 8 months ago

Changing document location to invalid protocol twice in rapid succession is not ignored

Categories

(Web Compatibility :: Knowledge Base, defect)

defect

Tracking

(Not tracked)

People

(Reporter: jgraham, Unassigned)

References

(Depends on 1 open bug)

Details

Sites doing something like

window.location.href = invalidSchemeUrl;
window.location.href = invalidSchemeUrl;

We block the first, but not the second.

You need to log in before you can comment on or make changes to this bug.