mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 06:45:56 +00:00
add cache-control: public to the login page so that firefox would bother making a thumbnail
This commit is contained in:
@@ -2925,6 +2925,8 @@
|
||||
}
|
||||
|
||||
function render_login_form($link) {
|
||||
header('Cache-Control: public');
|
||||
|
||||
require_once "login_form.php";
|
||||
exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user