forked from GNUsocial/gnu-social
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:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user