diff options
Diffstat (limited to 'views/rss/pageshells')
-rw-r--r-- | views/rss/pageshells/pageshell.php | 2 |
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"; |