7 lines
153 B
HTML
7 lines
153 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
Object.defineProperty(window, "foo", { get() { alert("FAIL"); } });
|
|
</script>
|
|
</head>
|
|
</html>
|