mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
moebius#231: Consider blocking top level window data: URIs (tests)
https://github.com/MoonchildProductions/moebius/pull/231
This commit is contained in:
parent
b6f0383b26
commit
745e1809b0
63 changed files with 157 additions and 83 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<script>
|
||||
var target = window.location.hash.substring(1);
|
||||
document.write("target=" + target);
|
||||
window.open("data:text/html,<html><body>This is a popup</body></html>", target, "width=10,height=10");
|
||||
window.open("navigation_target_popup_url.html", target, "width=10,height=10");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue