http://bugs.winehq.org/show_bug.cgi?id=11787
Summary: Set mime type for log files are text/plain Product: WineHQ Bugzilla Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: minor Priority: P2 Component: bugzilla-unknown AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
Right now whenever someone attaches a .log file, Bugzilla auto-detects the mime type as text/x-log. Many web browsers are set to download files with that mime type, rather than just opening the file in the web browser. This is rather annoying.
Can we change the mime types for .log files to text/plain instead? I believe the code is in Bugzilla/Attachment.pm.