mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-28 04:26:14 -05:00
CSP manually refreshing feeds
https://github.com/FreshRSS/FreshRSS/issues/1075
This commit is contained in:
@@ -6,7 +6,7 @@ class FreshRSS_javascript_Controller extends Minz_ActionController {
|
||||
}
|
||||
|
||||
public function actualizeAction() {
|
||||
header('Content-Type: text/javascript; charset=UTF-8');
|
||||
header('Content-Type: application/json; charset=UTF-8');
|
||||
$feedDAO = FreshRSS_Factory::createFeedDao();
|
||||
$this->view->feeds = $feedDAO->listFeedsOrderUpdate(FreshRSS_Context::$user_conf->ttl_default);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user