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> <title>Example article</title>
<body> <body>
<article> <article>
<p>Partial content, followed by more content</p> <p>Partial content, followed by more content<script>document.write('OOK');</script></p>
</article> </article>
</body> </body>
</html> </html>