summaryrefslogtreecommitdiff
path: root/app/Controllers/configureController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/configureController.php')
-rwxr-xr-xapp/Controllers/configureController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php
index ef03d9e1d..8d3e02d3e 100755
--- a/app/Controllers/configureController.php
+++ b/app/Controllers/configureController.php
@@ -94,7 +94,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController {
} else {
if (Minz_Request::isPost () && $this->view->flux) {
$name = Minz_Request::param ('name', '');
- $description = Minz_Request::param('description', '');
+ $description = sanitizeHTML(Minz_Request::param('description', '', true));
$website = Minz_Request::param('website', '');
$url = Minz_Request::param('url', '');
$hist = Minz_Request::param ('keep_history', 'no');