Skip to content

Commit 75114e6

Browse files
committed
security fix for @tags
1 parent 9e8fbf5 commit 75114e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager/includes/document.parser.class.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4882,7 +4882,7 @@ function removeSanitizeSeed ($string=''){
48824882
function cleanUpMODXTags($content='') {
48834883
if ($this->minParserPasses < 1) return $content;
48844884

4885-
$content = $this->removeSanitizeSeed($content);
4885+
//$content = $this->removeSanitizeSeed($content);
48864886

48874887
$enable_filter = $this->config['enable_filter'];
48884888
$this->config['enable_filter'] = 1;

0 commit comments

Comments
 (0)