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:
Mikael Nordfeldth 2016-02-26 00:05:07 +01:00
parent aeb2e282db
commit 2669c51265
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ $default =
'application/vnd.oasis.opendocument.text-web' => 'oth',
'application/pdf' => 'pdf',
'application/zip' => 'zip',
'application/x-go-sgf' => 'sgf',
'application/xml' => 'xml',
'image/png' => 'png',
'image/jpeg' => 'jpg',