mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[feature/request-class] Adjust code base to do html decoding manually
PHPBB3-9716
This commit is contained in:
@@ -301,7 +301,7 @@ function download_allowed()
|
||||
return true;
|
||||
}
|
||||
|
||||
$url = trim($request->header('Referer'));
|
||||
$url = htmlspecialchars_decode($request->header('Referer'));
|
||||
|
||||
if (!$url)
|
||||
{
|
||||
|
Reference in New Issue
Block a user