Skip to content

Commit dd61c18

Browse files
committed
Update http_scan.html
1 parent 94f36fa commit dd61c18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

http_scan.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ <h1>Browser-based Web Scannerer</h1>
5757

5858
<script src="static/js/http-scan.js"></script>
5959
<script src="//cdn.jsdelivr.net/npm/eruda"></script>
60-
<script>eruda.init();</script>
60+
<script>
61+
eruda.init({
62+
tool: ['console', 'elements', 'network', 'resources', 'info']
63+
});
64+
</script>
6165
</body>
6266

6367
</html>

0 commit comments

Comments
 (0)