mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 16:54:44 +02:00
Fix issue processwire/processwire-issues#487 where svg files in $config->pageFileSecure mode needed entry in $config->fileContentTypes
This commit is contained in:
@@ -562,6 +562,7 @@ $config->fileContentTypes = array(
|
||||
'jpg' => 'image/jpeg',
|
||||
'jpeg' => 'image/jpeg',
|
||||
'png' => 'image/x-png',
|
||||
'svg' => 'image/svg+xml'
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user