mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-08 23:26:39 +02:00
Add a directive that lets you disallow pure-registry overloading.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@216 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -4,7 +4,7 @@ class HTMLPurifier_URIScheme
|
||||
{
|
||||
|
||||
function validateComponents($authority, $path, $query, $fragment) {
|
||||
|
||||
return array($authority, $path, $query, $fragment);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user