summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 701949fd7..65b794dd8 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -5585,6 +5585,8 @@
if (!$title) $title = $url;
if (!$title && !$url) return false;
+ if (filter_var($url, FILTER_VALIDATE_URL) === FALSE) return false;
+
$result = db_query($link, "INSERT INTO ttrss_entries
(title, guid, link, updated, content, content_hash, date_entered, date_updated)
VALUES