[FuturaSciences] Strip inline scripts from content
This commit is contained in:
parent
00dd81a8aa
commit
062dd7f8a5
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ class FuturaSciencesBridge extends FeedExpander {
|
|||
$contents = stripWithDelimiters($contents, 'fs:xt:clickname="', '"');
|
||||
$contents = StripWithDelimiters($contents, '<section class="module-toretain module-propal-nl', '</section>');
|
||||
$contents = stripWithDelimiters($contents, '<script ', '</script>');
|
||||
$contents = stripWithDelimiters($contents, '<script>', '</script>');
|
||||
|
||||
return $headline . trim($contents);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue