Site Notice: common_purify instead of HTMLPurifier
So that we can use our custom settings (e.g: extra URI schemes) in the site notice textbox. Ref. #170
This commit is contained in:
parent
bd306bdb9f
commit
e98d5d0c0c
@ -110,9 +110,7 @@ class SitenoticeadminpanelAction extends AdminPanelAction
|
|||||||
}
|
}
|
||||||
|
|
||||||
// scrub HTML input
|
// scrub HTML input
|
||||||
require_once INSTALLDIR.'/extlib/HTMLPurifier/HTMLPurifier.auto.php';
|
$siteNotice = common_purify($siteNotice);
|
||||||
$purifier = new HTMLPurifier();
|
|
||||||
$siteNotice = $purifier->purify($siteNotice);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user