Update installation files, better wiki

This commit is contained in:
markseu 2018-02-26 10:33:42 +01:00
parent 4089949526
commit 30cdd9fdf4
2 changed files with 1 additions and 0 deletions

View file

@ -2492,6 +2492,7 @@ class YellowLookup
} else if(!preg_match("#^($pageBase|$mediaBase)#", $location)) {
$location = $pageBase.$location;
}
$location = strreplaceu("/./", "/", $location);
$location = strreplaceu(':', $this->yellow->toolbox->getLocationArgsSeparator(), $location);
} else {
if($filterStrict && !preg_match("/^(http|https|ftp|mailto):/", $location)) $location = "error-xss-filter";