From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 23 Jun 2023 08:54:21 +0000 (+0000) Subject: [Minor] Fix missing and superflous comma X-Git-Tag: 3.6~58^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bf3aa41aeafc58095080981e991ba579785e596d;p=rspamd.git [Minor] Fix missing and superflous comma Thanks, @moisseev! --- diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index 24c107fec..428637d70 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -45,10 +45,10 @@ local settings = { extension_map = { -- extension -> mime_type html = 'text/html', htm = 'text/html', - pdf = 'application/pdf' + pdf = 'application/pdf', shtm = 'text/html', shtml = 'text/html', - txt = 'text/plain', + txt = 'text/plain' }, bad_extensions = {