aboutsummaryrefslogtreecommitdiff
path: root/views/rss/pageshells/pageshell.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/rss/pageshells/pageshell.php')
-rw-r--r--views/rss/pageshells/pageshell.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/rss/pageshells/pageshell.php b/views/rss/pageshells/pageshell.php
index 81d7de43a..5db5e437f 100644
--- a/views/rss/pageshells/pageshell.php
+++ b/views/rss/pageshells/pageshell.php
@@ -10,7 +10,7 @@
header("Content-Type: text/xml");
-// disable caching for stupid MS products.
+// allow caching as required by stupid MS products for https feeds.
header('Pragma: public', TRUE);
echo "<?xml version='1.0'?>\n";