mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix can not open any attachment caused by wrong path
This commit is contained in:
parent
f1e509cf2c
commit
b7a1280c17
@ -41,7 +41,7 @@ class Content
|
||||
public static function safe(&$content, $path, &$mime='', &$length=0, $nocache=true, $force_download=true, $no_content_type=false)
|
||||
{
|
||||
// change old/aliased mime-types to new one, eg. image/pdf to application/pdf
|
||||
$mime = Api\Api\MimeMagic::fix_mime_type($mime);
|
||||
$mime = Api\MimeMagic::fix_mime_type($mime);
|
||||
|
||||
// mitigate risk of serving javascript or css via webdav from our domain,
|
||||
// which will get around same origin policy and CSP
|
||||
|
Loading…
Reference in New Issue
Block a user