Browse Source

Filtre <link />

Corrige https://github.com/marienfressinaud/FreshRSS/issues/400
Alexandre Alapetite 12 years ago
parent
commit
3f15f847c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/lib_rss.php

+ 1 - 1
lib/lib_rss.php

@@ -119,7 +119,7 @@ function customSimplePie() {
 	$simplePie->strip_htmltags(array(
 		'base', 'blink', 'body', 'doctype', 'embed',
 		'font', 'form', 'frame', 'frameset', 'html',
-		'input', 'marquee', 'meta', 'noscript',
+		'link', 'input', 'marquee', 'meta', 'noscript',
 		'object', 'param', 'plaintext', 'script', 'style',
 	));
 	$simplePie->strip_attributes(array_merge($simplePie->strip_attributes, array(