aboutsummaryrefslogtreecommitdiff
path: root/t/secret.rss
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2019-02-10 16:30:07 +0000
committerSimon McVittie <smcv@debian.org>2019-02-26 21:44:07 +0000
commit67543ce1d62161fdef9dca198289d7dd7dceacc0 (patch)
treec38827ad186714a95d8cc27d2636a2fe031949ab /t/secret.rss
parente7b0d4a0fff8ed45a90c2efe8ef294bdf7c9bdac (diff)
downloadikiwiki-67543ce1d62161fdef9dca198289d7dd7dceacc0.tar
ikiwiki-67543ce1d62161fdef9dca198289d7dd7dceacc0.tar.gz
useragent: Don't allow non-HTTP protocols to be used
This prevents the aggregate plugin from being used to read the contents of local files via file:/// URLs. Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 't/secret.rss')
-rw-r--r--t/secret.rss11
1 files changed, 11 insertions, 0 deletions
diff --git a/t/secret.rss b/t/secret.rss
new file mode 100644
index 000000000..11202e9ed
--- /dev/null
+++ b/t/secret.rss
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<rss version="2.0">
+<channel>
+<title>Secrets go here</title>
+<description>Secrets go here</description>
+<item>
+ <title>Secrets go here</title>
+ <description>Secrets go here</description>
+</item>
+</channel>
+</rss>