Skip to content

Commit

Permalink
Merge pull request #840 from theamoeba/839-dead-url-issue
Browse files Browse the repository at this point in the history
Fixing issue with dead link in #839
  • Loading branch information
mblaney committed Aug 6, 2023
2 parents e356f5d + 1bd658b commit 4469ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sanitize.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ public function sanitize($data, $type, $base = '')

// Strip out HTML tags and attributes that might cause various security problems.
// Based on recommendations by Mark Pilgrim at:
// http://diveintomark.org/archives/2003/06/12/how_to_consume_rss_safely
// https://web.archive.org/web/20110902041826/http://diveintomark.org:80/archives/2003/06/12/how_to_consume_rss_safely
if ($this->strip_htmltags) {
foreach ($this->strip_htmltags as $tag) {
$this->strip_tag($tag, $document, $xpath, $type);
Expand Down

0 comments on commit 4469ac9

Please sign in to comment.