moebius#231: Consider blocking top level window data: URIs (tests)

https://github.com/MoonchildProductions/moebius/pull/231
This commit is contained in:
janekptacijarabaci 2018-05-06 14:31:20 +02:00 committed by Roy Tam
commit 745e1809b0
63 changed files with 157 additions and 83 deletions

View file

@ -20,6 +20,6 @@ t.step(function() {
});
});
navigate = t.step_func(function() {
w.location = 'data:text/html,<body onload="history.back()">';
w.location = w.location.href.replace("001-1.html", "001-2.html");
});
</script>