You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/typesniffer
wxiaoguang ced34bab1a
Detect ogg mime-type as audio or video (#26494)
"ogg" is just a "container" format for audio and video.

Golang's `DetectContentType` only reports "application/ogg" for
potential ogg files.

Actually it could do more "guess" to see whether it is a audio file or a
video file.
11 months ago
..
typesniffer.go Detect ogg mime-type as audio or video (#26494) 11 months ago
typesniffer_test.go Detect ogg mime-type as audio or video (#26494) 11 months ago