aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2020-04-10 10:06:53 +0300
committerGitHub <noreply@github.com>2020-04-10 10:06:53 +0300
commitee1f5bc15dc82b24ea9ef4bbbc1d19b576d63211 (patch)
tree2fe23a427386ba7be3dc5c82bb63f6496ce47e2b
parentb8a099632ffc5c8fd84fa44b058acc14d46a7a9b (diff)
downloadrspamd-ee1f5bc15dc82b24ea9ef4bbbc1d19b576d63211.tar.gz
rspamd-ee1f5bc15dc82b24ea9ef4bbbc1d19b576d63211.zip
[Minor] Add application/7z CT
-rw-r--r--lualib/lua_mime.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lualib/lua_mime.lua b/lualib/lua_mime.lua
index b839933b0..6d8d75b9b 100644
--- a/lualib/lua_mime.lua
+++ b/lualib/lua_mime.lua
@@ -255,7 +255,7 @@ exports.full_extensions_map = {
{"3gp", "video/3gpp"},
{"3gp2", "video/3gpp2"},
{"3gpp", "video/3gpp"},
- {"7z", "application/x-7z-compressed"},
+ {"7z", {"application/x-7z-compressed", "application/7z"}},
{"aa", "audio/audible"},
{"AAC", "audio/aac"},
{"aaf", "application/octet-stream"},
@@ -969,4 +969,4 @@ exports.reversed_extensions_map = {
["video/x-msvideo"] = "avi",
}
-return exports \ No newline at end of file
+return exports
40394/stable29 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/nl.json
blob: 98f6b5a3490b7646699a685565b0581bffa5ad8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137