From: Vsevolod Stakhov Date: Mon, 11 Jul 2016 16:10:23 +0000 (+0100) Subject: [Minor] Reduce the default .js multiplier in mime_types X-Git-Tag: 1.3.0~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80d481527a97b798bc73fc4f8ca4adde353014f8;p=thirdparty%2Frspamd.git [Minor] Reduce the default .js multiplier in mime_types --- diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index a4194a6049..932225f8ff 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -54,7 +54,7 @@ local settings = { xlsx = 0.1, pdf = 0.1, jar = 3, - js = 3, + js = 0.5, vbs = 4, },