mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Move all fixture files from flat/mixed dirs (content/, media/, documents/,
formats/, hostile/, root loose) into the modality-first hierarchy:
image/{valid,formats,edge,hostile}, video/{valid,formats,hostile},
audio/{valid,formats,hostile}, document/{valid,formats,edge,hostile},
data/valid/, security/. Update index.ts paths, fixtureDir aliases,
all literal refs in 17 e2e/qa/script files, manifest.json, and the
three generator scripts. 163 files moved, 0 dropped, 100 new tests
from expanded document scan.
9 lines
191 B
HTML
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>
|