Allow sgf files if they're recognized in mime search
They are Go game files used on lamatriz.org. Note that my server doesn't actually recognize these files and can identify the mime type, but my browser did for some reason.
This commit is contained in:
parent
aeb2e282db
commit
2669c51265
@ -241,6 +241,7 @@ $default =
|
|||||||
'application/vnd.oasis.opendocument.text-web' => 'oth',
|
'application/vnd.oasis.opendocument.text-web' => 'oth',
|
||||||
'application/pdf' => 'pdf',
|
'application/pdf' => 'pdf',
|
||||||
'application/zip' => 'zip',
|
'application/zip' => 'zip',
|
||||||
|
'application/x-go-sgf' => 'sgf',
|
||||||
'application/xml' => 'xml',
|
'application/xml' => 'xml',
|
||||||
'image/png' => 'png',
|
'image/png' => 'png',
|
||||||
'image/jpeg' => 'jpg',
|
'image/jpeg' => 'jpg',
|
||||||
|
Loading…
Reference in New Issue
Block a user