Files
SnapOtter/tests/fixtures/documents/remote-img.html
T

9 lines
191 B
HTML

<!DOCTYPE html>
<html lang="en">
<head><title>SSRF Test</title></head>
<body>
<p>This file references a remote resource.</p>
<img src="http://127.0.0.1:9/x.png" alt="remote">
</body>
</html>