fune/dom/security/test/https-first/file_beforeunload_permit_http.html

9 lines
138 B
HTML

<!DOCTYPE html><html>
<body>
<script>
window.onbeforeunload = function() {
return "stop";
}
</script>
</body>
</html>