README.md
Rendering markdown...
<!DOCTYPE html>
<html>
<head>
<title>Textarea XSS repro - Other page</title>
<meta name="author" content="XLTS.dev" />
<meta
name="description"
content="Just a page used for demonstration purposes."
/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<h1>Just another page</h1>
<p>
If you came here from the homepage, return back to see the issue in action.
</p>
<p>
Either click the browser's "Back" button or click the following link:
<a href="javascript:history.back()">Go back</a>
</p>
</body>
</html>