Revert "Revert "[AI Chat] Support text file uploads with renderer-based extra…"
This reverts commit c0e4f7effd.
10 lines
199 B
HTML
10 lines
199 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head><title>Test</title></head>
|
|
<body>
|
|
<p>Hello from an HTML file.</p>
|
|
<img src="https://example.com/track.png">
|
|
<script>document.title = "executed";</script>
|
|
</body>
|
|
</html>
|