Updated
This commit is contained in:
18
master/examples/bad.html
Normal file
18
master/examples/bad.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>dojox.grid.Grid with Dojo.Data via binding</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<style type="text/css">
|
||||
b{
|
||||
color:red;
|
||||
}
|
||||
</style>
|
||||
<head>
|
||||
<body>
|
||||
This is a <b>sandboxed</b> paged with a bad script.
|
||||
<script type="text/javascript">
|
||||
alert("safe script" + this);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user