1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00

Confirm that scraped content is sanitized

- Fixes #32
This commit is contained in:
J. King 2017-07-17 15:34:28 -04:00
parent aaa4d1e988
commit 3be7dd7834

View file

@ -5,7 +5,7 @@
<title>Example article</title>
<body>
<article>
<p>Partial content, followed by more content</p>
<p>Partial content, followed by more content<script>document.write('OOK');</script></p>
</article>
</body>
</html>