From 1d0252309281992bfa8f9a71c4d5d509a1eda59c Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 4 May 2013 01:47:37 +0200 Subject: fix link xss vulnerabilities --- templates/part.items.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/part.items.php b/templates/part.items.php index 9cc7bd623..f27259d8a 100644 --- a/templates/part.items.php +++ b/templates/part.items.php @@ -21,7 +21,7 @@

+ target="_blank" ng-href="{{ item.url|ocSanitizeURL }}"> {{ item.title|ocRemoveTags:['em', 'b', 'i'] }}

@@ -29,7 +29,7 @@

t('from')) ?> - {{ itemBusinessLayer.getFeedTitle(item.id) }} -- cgit v1.2.3