mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/request-class] Do not html escape user agent in header_filename
PHPBB3-9716
This commit is contained in:
parent
38c65da553
commit
b4ae124084
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ function header_filename($file)
|
|||
{
|
||||
global $request;
|
||||
|
||||
$user_agent = $request->header('User-Agent', '', true);
|
||||
$user_agent = $request->header('User-Agent');
|
||||
|
||||
// There be dragons here.
|
||||
// Not many follows the RFC...
|
||||
|
|
Loading…
Add table
Reference in a new issue