remove js from console
This commit is contained in:
parent
b9983d58fd
commit
99d29e053a
1 changed files with 1 additions and 5 deletions
|
@ -69,13 +69,9 @@ function render() {
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="refresh" content="5">
|
||||||
<link rel="stylesheet" href="css/console.css">
|
<link rel="stylesheet" href="css/console.css">
|
||||||
<title>XSSBook - Console</title>
|
<title>XSSBook - Console</title>
|
||||||
<script>
|
|
||||||
new Promise(r => setTimeout(r, 5000)).then(() => {
|
|
||||||
location.reload()
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
${requests.map(r => parseRequest(r)).join('')}
|
${requests.map(r => parseRequest(r)).join('')}
|
||||||
|
|
Loading…
Reference in a new issue