mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 18:41:29 +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) {
|
function render_login_form($link) {
|
||||||
|
header('Cache-Control: public');
|
||||||
|
|
||||||
require_once "login_form.php";
|
require_once "login_form.php";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user