Update installation files, better wiki
This commit is contained in:
parent
4089949526
commit
30cdd9fdf4
2 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue