blob: 49341f7481f57169e1332084eb3560d39c32fa1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Test Javascript URI with no script</title>
</head>
<body>
<noscript>no scripts allowed here</noscript>
<a href="javascript:alert(`origin=${origin} location=${location}`)" target="_parent">click me</a>
</body>
</html>
|