Skip to content

Commit ffc1496

Browse files
committed
1 parent 7b716e8 commit ffc1496

File tree

1 file changed

+1
-1
lines changed
  • src/main/php/de/thekid/dialog/web

1 file changed

+1
-1
lines changed

src/main/php/de/thekid/dialog/web/Feed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function atom(#[Header('If-Modified-Since')] $since= null) {
2626
}
2727

2828
return $view
29-
->header('Cache-Control', 'max-age=3600')
29+
->header('Cache-Control', 'public, max-age=3600')
3030
->header('Content-Type', 'application/atom+xml; charset=utf-8')
3131
->header('Last-Modified', Headers::date($items[0]['date'] ?? null))
3232
;

0 commit comments

Comments
 (0)