aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/files/interesting.html
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-12-22 10:55:30 +0000
committerLouise Crow <louise.crow@gmail.com>2014-12-22 16:26:17 +0000
commit70e466aad42a94d8e2b024e543eaaf7f4eec336a (patch)
tree8e30b7e664d1647a78da17fc48e7f16a6bbf4e75 /spec/fixtures/files/interesting.html
parent136cb0743594b91a335686aa7d942b8017392b11 (diff)
Sanitize the contents of HTML attachments before display
Diffstat (limited to 'spec/fixtures/files/interesting.html')
-rw-r--r--spec/fixtures/files/interesting.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/fixtures/files/interesting.html b/spec/fixtures/files/interesting.html
new file mode 100644
index 000000000..4227eab45
--- /dev/null
+++ b/spec/fixtures/files/interesting.html
@@ -0,0 +1,7 @@
+<html>
+ <head>
+ </head>
+ <body>dull
+ <script>alert('interesting')</script>
+ </body>
+</html>