File tree Expand file tree Collapse file tree 1 file changed +230
-0
lines changed
Expand file tree Collapse file tree 1 file changed +230
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "application/dash+xml" : {
3+ "Type" : " live" ,
4+ "Suffix" : " .mpd"
5+ },
6+ "application/msword" : {
7+ "Type" : " doc" ,
8+ "Suffix" : " .doc"
9+ },
10+ "application/pdf" : {
11+ "Type" : " pdf" ,
12+ "Suffix" : " .pdf"
13+ },
14+ "application/rtf" : {
15+ "Type" : " doc" ,
16+ "Suffix" : " .rtf"
17+ },
18+ "application/vnd.apple.mpegurl" : {
19+ "Type" : " m3u8" ,
20+ "Suffix" : " .m3u8"
21+ },
22+ "application/vnd.ms-excel" : {
23+ "Type" : " xls" ,
24+ "Suffix" : " .xls"
25+ },
26+ "application/vnd.ms-powerpoint" : {
27+ "Type" : " ppt" ,
28+ "Suffix" : " .ppt"
29+ },
30+ "application/vnd.oasis.opendocument.text" : {
31+ "Type" : " doc" ,
32+ "Suffix" : " .odt"
33+ },
34+ "application/vnd.openxmlformats-officedocument.presentationml.presentation" : {
35+ "Type" : " ppt" ,
36+ "Suffix" : " .pptx"
37+ },
38+ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" : {
39+ "Type" : " xls" ,
40+ "Suffix" : " .xlsx"
41+ },
42+ "application/vnd.openxmlformats-officedocument.wordprocessingml.document" : {
43+ "Type" : " doc" ,
44+ "Suffix" : " .docx"
45+ },
46+ "application/x-mpeg" : {
47+ "Type" : " m3u8" ,
48+ "Suffix" : " .m3u8"
49+ },
50+ "application/x-mpegurl" : {
51+ "Type" : " m3u8" ,
52+ "Suffix" : " .m3u8"
53+ },
54+ "audio/aac" : {
55+ "Type" : " audio" ,
56+ "Suffix" : " .aac"
57+ },
58+ "audio/aiff" : {
59+ "Type" : " audio" ,
60+ "Suffix" : " .aiff"
61+ },
62+ "audio/amr" : {
63+ "Type" : " audio" ,
64+ "Suffix" : " .amr"
65+ },
66+ "audio/flac" : {
67+ "Type" : " audio" ,
68+ "Suffix" : " .flac"
69+ },
70+ "audio/midi" : {
71+ "Type" : " audio" ,
72+ "Suffix" : " .mid"
73+ },
74+ "audio/mp3" : {
75+ "Type" : " audio" ,
76+ "Suffix" : " .mp3"
77+ },
78+ "audio/mp4" : {
79+ "Type" : " audio" ,
80+ "Suffix" : " .m4a"
81+ },
82+ "audio/mpeg" : {
83+ "Type" : " audio" ,
84+ "Suffix" : " .mp3"
85+ },
86+ "audio/ogg" : {
87+ "Type" : " audio" ,
88+ "Suffix" : " .ogg"
89+ },
90+ "audio/opus" : {
91+ "Type" : " audio" ,
92+ "Suffix" : " .opus"
93+ },
94+ "audio/video" : {
95+ "Type" : " live" ,
96+ "Suffix" : " .flv"
97+ },
98+ "audio/wav" : {
99+ "Type" : " audio" ,
100+ "Suffix" : " .wav"
101+ },
102+ "audio/webm" : {
103+ "Type" : " audio" ,
104+ "Suffix" : " .webm"
105+ },
106+ "audio/x-aiff" : {
107+ "Type" : " audio" ,
108+ "Suffix" : " .aiff"
109+ },
110+ "audio/x-midi" : {
111+ "Type" : " audio" ,
112+ "Suffix" : " .mid"
113+ },
114+ "audio/x-ms-wma" : {
115+ "Type" : " audio" ,
116+ "Suffix" : " .wma"
117+ },
118+ "font/woff" : {
119+ "Type" : " font" ,
120+ "Suffix" : " .woff"
121+ },
122+ "image/apng" : {
123+ "Type" : " image" ,
124+ "Suffix" : " .apng"
125+ },
126+ "image/avif" : {
127+ "Type" : " image" ,
128+ "Suffix" : " .avif"
129+ },
130+ "image/bmp" : {
131+ "Type" : " image" ,
132+ "Suffix" : " .bmp"
133+ },
134+ "image/gif" : {
135+ "Type" : " image" ,
136+ "Suffix" : " .gif"
137+ },
138+ "image/heic" : {
139+ "Type" : " image" ,
140+ "Suffix" : " .heic"
141+ },
142+ "image/jp2" : {
143+ "Type" : " image" ,
144+ "Suffix" : " .jp2"
145+ },
146+ "image/jpeg" : {
147+ "Type" : " image" ,
148+ "Suffix" : " .jpeg"
149+ },
150+ "image/jpeg2000" : {
151+ "Type" : " image" ,
152+ "Suffix" : " .jp2"
153+ },
154+ "image/jpg" : {
155+ "Type" : " image" ,
156+ "Suffix" : " .jpg"
157+ },
158+ "image/png" : {
159+ "Type" : " image" ,
160+ "Suffix" : " .png"
161+ },
162+ "image/svg+xml" : {
163+ "Type" : " image" ,
164+ "Suffix" : " .svg"
165+ },
166+ "image/tiff" : {
167+ "Type" : " image" ,
168+ "Suffix" : " .tiff"
169+ },
170+ "image/vnd.adobe.photoshop" : {
171+ "Type" : " image" ,
172+ "Suffix" : " .psd"
173+ },
174+ "image/webp" : {
175+ "Type" : " image" ,
176+ "Suffix" : " .webp"
177+ },
178+ "image/x-icon" : {
179+ "Type" : " image" ,
180+ "Suffix" : " .ico"
181+ },
182+ "text/csv" : {
183+ "Type" : " xls" ,
184+ "Suffix" : " .csv"
185+ },
186+ "text/rtf" : {
187+ "Type" : " doc" ,
188+ "Suffix" : " .rtf"
189+ },
190+ "video/3gpp" : {
191+ "Type" : " video" ,
192+ "Suffix" : " .3gp"
193+ },
194+ "video/mp4" : {
195+ "Type" : " video" ,
196+ "Suffix" : " .mp4"
197+ },
198+ "video/mpeg" : {
199+ "Type" : " video" ,
200+ "Suffix" : " .mpeg"
201+ },
202+ "video/ogg" : {
203+ "Type" : " video" ,
204+ "Suffix" : " .ogv"
205+ },
206+ "video/quicktime" : {
207+ "Type" : " video" ,
208+ "Suffix" : " .mov"
209+ },
210+ "video/webm" : {
211+ "Type" : " video" ,
212+ "Suffix" : " .webm"
213+ },
214+ "video/x-flv" : {
215+ "Type" : " live" ,
216+ "Suffix" : " .flv"
217+ },
218+ "video/x-matroska" : {
219+ "Type" : " video" ,
220+ "Suffix" : " .mkv"
221+ },
222+ "video/x-ms-wmv" : {
223+ "Type" : " video" ,
224+ "Suffix" : " .wmv"
225+ },
226+ "video/x-msvideo" : {
227+ "Type" : " video" ,
228+ "Suffix" : " .avi"
229+ }
230+ }
You can’t perform that action at this time.
0 commit comments