github.com/0chain/gosdk@v1.17.11/zboxcore/zboxutil/mimedb.go (about) 1 package zboxutil 2 3 var mimeDB = map[string]struct { 4 ContentType string 5 Compressible bool 6 }{ 7 "123": { 8 ContentType: "application/vnd.lotus-1-2-3", 9 Compressible: false, 10 }, 11 "3dml": { 12 ContentType: "text/vnd.in3d.3dml", 13 Compressible: false, 14 }, 15 "3ds": { 16 ContentType: "image/x-3ds", 17 Compressible: false, 18 }, 19 "3g2": { 20 ContentType: "video/3gpp2", 21 Compressible: false, 22 }, 23 "3gp": { 24 ContentType: "video/3gpp", 25 Compressible: false, 26 }, 27 "3gpp": { 28 ContentType: "video/3gpp", 29 Compressible: false, 30 }, 31 "7z": { 32 ContentType: "application/x-7z-compressed", 33 Compressible: false, 34 }, 35 "aab": { 36 ContentType: "application/x-authorware-bin", 37 Compressible: false, 38 }, 39 "aac": { 40 ContentType: "audio/x-aac", 41 Compressible: false, 42 }, 43 "aam": { 44 ContentType: "application/x-authorware-map", 45 Compressible: false, 46 }, 47 "aas": { 48 ContentType: "application/x-authorware-seg", 49 Compressible: false, 50 }, 51 "abw": { 52 ContentType: "application/x-abiword", 53 Compressible: false, 54 }, 55 "ac": { 56 ContentType: "application/pkix-attr-cert", 57 Compressible: false, 58 }, 59 "acc": { 60 ContentType: "application/vnd.americandynamics.acc", 61 Compressible: false, 62 }, 63 "ace": { 64 ContentType: "application/x-ace-compressed", 65 Compressible: false, 66 }, 67 "acu": { 68 ContentType: "application/vnd.acucobol", 69 Compressible: false, 70 }, 71 "acutc": { 72 ContentType: "application/vnd.acucorp", 73 Compressible: false, 74 }, 75 "adp": { 76 ContentType: "audio/adpcm", 77 Compressible: false, 78 }, 79 "aep": { 80 ContentType: "application/vnd.audiograph", 81 Compressible: false, 82 }, 83 "afm": { 84 ContentType: "application/x-font-type1", 85 Compressible: false, 86 }, 87 "afp": { 88 ContentType: "application/vnd.ibm.modcap", 89 Compressible: false, 90 }, 91 "ahead": { 92 ContentType: "application/vnd.ahead.space", 93 Compressible: false, 94 }, 95 "ai": { 96 ContentType: "application/postscript", 97 Compressible: false, 98 }, 99 "aif": { 100 ContentType: "audio/x-aiff", 101 Compressible: false, 102 }, 103 "aifc": { 104 ContentType: "audio/x-aiff", 105 Compressible: false, 106 }, 107 "aiff": { 108 ContentType: "audio/x-aiff", 109 Compressible: false, 110 }, 111 "air": { 112 ContentType: "application/vnd.adobe.air-application-installer-package+zip", 113 Compressible: false, 114 }, 115 "ait": { 116 ContentType: "application/vnd.dvb.ait", 117 Compressible: false, 118 }, 119 "ami": { 120 ContentType: "application/vnd.amiga.ami", 121 Compressible: false, 122 }, 123 "apk": { 124 ContentType: "application/vnd.android.package-archive", 125 Compressible: false, 126 }, 127 "apng": { 128 ContentType: "image/apng", 129 Compressible: false, 130 }, 131 "appcache": { 132 ContentType: "text/cache-manifest", 133 Compressible: false, 134 }, 135 "application": { 136 ContentType: "application/x-ms-application", 137 Compressible: false, 138 }, 139 "apr": { 140 ContentType: "application/vnd.lotus-approach", 141 Compressible: false, 142 }, 143 "arc": { 144 ContentType: "application/x-freearc", 145 Compressible: false, 146 }, 147 "arj": { 148 ContentType: "application/x-arj", 149 Compressible: false, 150 }, 151 "asc": { 152 ContentType: "application/pgp-signature", 153 Compressible: false, 154 }, 155 "asf": { 156 ContentType: "video/x-ms-asf", 157 Compressible: false, 158 }, 159 "asm": { 160 ContentType: "text/x-asm", 161 Compressible: false, 162 }, 163 "aso": { 164 ContentType: "application/vnd.accpac.simply.aso", 165 Compressible: false, 166 }, 167 "asx": { 168 ContentType: "video/x-ms-asf", 169 Compressible: false, 170 }, 171 "atc": { 172 ContentType: "application/vnd.acucorp", 173 Compressible: false, 174 }, 175 "atom": { 176 ContentType: "application/atom+xml", 177 Compressible: false, 178 }, 179 "atomcat": { 180 ContentType: "application/atomcat+xml", 181 Compressible: false, 182 }, 183 "atomsvc": { 184 ContentType: "application/atomsvc+xml", 185 Compressible: false, 186 }, 187 "atx": { 188 ContentType: "application/vnd.antix.game-component", 189 Compressible: false, 190 }, 191 "au": { 192 ContentType: "audio/basic", 193 Compressible: false, 194 }, 195 "avi": { 196 ContentType: "video/x-msvideo", 197 Compressible: false, 198 }, 199 "aw": { 200 ContentType: "application/applixware", 201 Compressible: false, 202 }, 203 "azf": { 204 ContentType: "application/vnd.airzip.filesecure.azf", 205 Compressible: false, 206 }, 207 "azs": { 208 ContentType: "application/vnd.airzip.filesecure.azs", 209 Compressible: false, 210 }, 211 "azv": { 212 ContentType: "image/vnd.airzip.accelerator.azv", 213 Compressible: false, 214 }, 215 "azw": { 216 ContentType: "application/vnd.amazon.ebook", 217 Compressible: false, 218 }, 219 "bat": { 220 ContentType: "application/x-msdownload", 221 Compressible: false, 222 }, 223 "bcpio": { 224 ContentType: "application/x-bcpio", 225 Compressible: false, 226 }, 227 "bdf": { 228 ContentType: "application/x-font-bdf", 229 Compressible: false, 230 }, 231 "bdm": { 232 ContentType: "application/vnd.syncml.dm+wbxml", 233 Compressible: false, 234 }, 235 "bdoc": { 236 ContentType: "application/x-bdoc", 237 Compressible: false, 238 }, 239 "bed": { 240 ContentType: "application/vnd.realvnc.bed", 241 Compressible: false, 242 }, 243 "bh2": { 244 ContentType: "application/vnd.fujitsu.oasysprs", 245 Compressible: false, 246 }, 247 "bin": { 248 ContentType: "application/octet-stream", 249 Compressible: false, 250 }, 251 "blb": { 252 ContentType: "application/x-blorb", 253 Compressible: false, 254 }, 255 "blorb": { 256 ContentType: "application/x-blorb", 257 Compressible: false, 258 }, 259 "bmi": { 260 ContentType: "application/vnd.bmi", 261 Compressible: false, 262 }, 263 "bmp": { 264 ContentType: "image/x-ms-bmp", 265 Compressible: false, 266 }, 267 "book": { 268 ContentType: "application/vnd.framemaker", 269 Compressible: false, 270 }, 271 "box": { 272 ContentType: "application/vnd.previewsystems.box", 273 Compressible: false, 274 }, 275 "boz": { 276 ContentType: "application/x-bzip2", 277 Compressible: false, 278 }, 279 "bpk": { 280 ContentType: "application/octet-stream", 281 Compressible: false, 282 }, 283 "btif": { 284 ContentType: "image/prs.btif", 285 Compressible: false, 286 }, 287 "buffer": { 288 ContentType: "application/octet-stream", 289 Compressible: false, 290 }, 291 "bz": { 292 ContentType: "application/x-bzip", 293 Compressible: false, 294 }, 295 "bz2": { 296 ContentType: "application/x-bzip2", 297 Compressible: false, 298 }, 299 "c": { 300 ContentType: "text/x-c", 301 Compressible: false, 302 }, 303 "c11amc": { 304 ContentType: "application/vnd.cluetrust.cartomobile-config", 305 Compressible: false, 306 }, 307 "c11amz": { 308 ContentType: "application/vnd.cluetrust.cartomobile-config-pkg", 309 Compressible: false, 310 }, 311 "c4d": { 312 ContentType: "application/vnd.clonk.c4group", 313 Compressible: false, 314 }, 315 "c4f": { 316 ContentType: "application/vnd.clonk.c4group", 317 Compressible: false, 318 }, 319 "c4g": { 320 ContentType: "application/vnd.clonk.c4group", 321 Compressible: false, 322 }, 323 "c4p": { 324 ContentType: "application/vnd.clonk.c4group", 325 Compressible: false, 326 }, 327 "c4u": { 328 ContentType: "application/vnd.clonk.c4group", 329 Compressible: false, 330 }, 331 "cab": { 332 ContentType: "application/vnd.ms-cab-compressed", 333 Compressible: false, 334 }, 335 "caf": { 336 ContentType: "audio/x-caf", 337 Compressible: false, 338 }, 339 "cap": { 340 ContentType: "application/vnd.tcpdump.pcap", 341 Compressible: false, 342 }, 343 "car": { 344 ContentType: "application/vnd.curl.car", 345 Compressible: false, 346 }, 347 "cat": { 348 ContentType: "application/vnd.ms-pki.seccat", 349 Compressible: false, 350 }, 351 "cb7": { 352 ContentType: "application/x-cbr", 353 Compressible: false, 354 }, 355 "cba": { 356 ContentType: "application/x-cbr", 357 Compressible: false, 358 }, 359 "cbr": { 360 ContentType: "application/x-cbr", 361 Compressible: false, 362 }, 363 "cbt": { 364 ContentType: "application/x-cbr", 365 Compressible: false, 366 }, 367 "cbz": { 368 ContentType: "application/x-cbr", 369 Compressible: false, 370 }, 371 "cc": { 372 ContentType: "text/x-c", 373 Compressible: false, 374 }, 375 "cco": { 376 ContentType: "application/x-cocoa", 377 Compressible: false, 378 }, 379 "cct": { 380 ContentType: "application/x-director", 381 Compressible: false, 382 }, 383 "ccxml": { 384 ContentType: "application/ccxml+xml", 385 Compressible: false, 386 }, 387 "cdbcmsg": { 388 ContentType: "application/vnd.contact.cmsg", 389 Compressible: false, 390 }, 391 "cdf": { 392 ContentType: "application/x-netcdf", 393 Compressible: false, 394 }, 395 "cdkey": { 396 ContentType: "application/vnd.mediastation.cdkey", 397 Compressible: false, 398 }, 399 "cdmia": { 400 ContentType: "application/cdmi-capability", 401 Compressible: false, 402 }, 403 "cdmic": { 404 ContentType: "application/cdmi-container", 405 Compressible: false, 406 }, 407 "cdmid": { 408 ContentType: "application/cdmi-domain", 409 Compressible: false, 410 }, 411 "cdmio": { 412 ContentType: "application/cdmi-object", 413 Compressible: false, 414 }, 415 "cdmiq": { 416 ContentType: "application/cdmi-queue", 417 Compressible: false, 418 }, 419 "cdx": { 420 ContentType: "chemical/x-cdx", 421 Compressible: false, 422 }, 423 "cdxml": { 424 ContentType: "application/vnd.chemdraw+xml", 425 Compressible: false, 426 }, 427 "cdy": { 428 ContentType: "application/vnd.cinderella", 429 Compressible: false, 430 }, 431 "cer": { 432 ContentType: "application/pkix-cert", 433 Compressible: false, 434 }, 435 "cfs": { 436 ContentType: "application/x-cfs-compressed", 437 Compressible: false, 438 }, 439 "cgm": { 440 ContentType: "image/cgm", 441 Compressible: false, 442 }, 443 "chat": { 444 ContentType: "application/x-chat", 445 Compressible: false, 446 }, 447 "chm": { 448 ContentType: "application/vnd.ms-htmlhelp", 449 Compressible: false, 450 }, 451 "chrt": { 452 ContentType: "application/vnd.kde.kchart", 453 Compressible: false, 454 }, 455 "cif": { 456 ContentType: "chemical/x-cif", 457 Compressible: false, 458 }, 459 "cii": { 460 ContentType: "application/vnd.anser-web-certificate-issue-initiation", 461 Compressible: false, 462 }, 463 "cil": { 464 ContentType: "application/vnd.ms-artgalry", 465 Compressible: false, 466 }, 467 "cla": { 468 ContentType: "application/vnd.claymore", 469 Compressible: false, 470 }, 471 "class": { 472 ContentType: "application/java-vm", 473 Compressible: false, 474 }, 475 "clkk": { 476 ContentType: "application/vnd.crick.clicker.keyboard", 477 Compressible: false, 478 }, 479 "clkp": { 480 ContentType: "application/vnd.crick.clicker.palette", 481 Compressible: false, 482 }, 483 "clkt": { 484 ContentType: "application/vnd.crick.clicker.template", 485 Compressible: false, 486 }, 487 "clkw": { 488 ContentType: "application/vnd.crick.clicker.wordbank", 489 Compressible: false, 490 }, 491 "clkx": { 492 ContentType: "application/vnd.crick.clicker", 493 Compressible: false, 494 }, 495 "clp": { 496 ContentType: "application/x-msclip", 497 Compressible: false, 498 }, 499 "cmc": { 500 ContentType: "application/vnd.cosmocaller", 501 Compressible: false, 502 }, 503 "cmdf": { 504 ContentType: "chemical/x-cmdf", 505 Compressible: false, 506 }, 507 "cml": { 508 ContentType: "chemical/x-cml", 509 Compressible: false, 510 }, 511 "cmp": { 512 ContentType: "application/vnd.yellowriver-custom-menu", 513 Compressible: false, 514 }, 515 "cmx": { 516 ContentType: "image/x-cmx", 517 Compressible: false, 518 }, 519 "cod": { 520 ContentType: "application/vnd.rim.cod", 521 Compressible: false, 522 }, 523 "coffee": { 524 ContentType: "text/coffeescript", 525 Compressible: false, 526 }, 527 "com": { 528 ContentType: "application/x-msdownload", 529 Compressible: false, 530 }, 531 "conf": { 532 ContentType: "text/plain", 533 Compressible: false, 534 }, 535 "cpio": { 536 ContentType: "application/x-cpio", 537 Compressible: false, 538 }, 539 "cpp": { 540 ContentType: "text/x-c", 541 Compressible: false, 542 }, 543 "cpt": { 544 ContentType: "application/mac-compactpro", 545 Compressible: false, 546 }, 547 "crd": { 548 ContentType: "application/x-mscardfile", 549 Compressible: false, 550 }, 551 "crl": { 552 ContentType: "application/pkix-crl", 553 Compressible: false, 554 }, 555 "crt": { 556 ContentType: "application/x-x509-ca-cert", 557 Compressible: false, 558 }, 559 "crx": { 560 ContentType: "application/x-chrome-extension", 561 Compressible: false, 562 }, 563 "cryptonote": { 564 ContentType: "application/vnd.rig.cryptonote", 565 Compressible: false, 566 }, 567 "csh": { 568 ContentType: "application/x-csh", 569 Compressible: false, 570 }, 571 "csl": { 572 ContentType: "application/vnd.citationstyles.style+xml", 573 Compressible: false, 574 }, 575 "csml": { 576 ContentType: "chemical/x-csml", 577 Compressible: false, 578 }, 579 "csp": { 580 ContentType: "application/vnd.commonspace", 581 Compressible: false, 582 }, 583 "css": { 584 ContentType: "text/css", 585 Compressible: false, 586 }, 587 "cst": { 588 ContentType: "application/x-director", 589 Compressible: false, 590 }, 591 "csv": { 592 ContentType: "text/csv", 593 Compressible: false, 594 }, 595 "cu": { 596 ContentType: "application/cu-seeme", 597 Compressible: false, 598 }, 599 "curl": { 600 ContentType: "text/vnd.curl", 601 Compressible: false, 602 }, 603 "cww": { 604 ContentType: "application/prs.cww", 605 Compressible: false, 606 }, 607 "cxt": { 608 ContentType: "application/x-director", 609 Compressible: false, 610 }, 611 "cxx": { 612 ContentType: "text/x-c", 613 Compressible: false, 614 }, 615 "dae": { 616 ContentType: "model/vnd.collada+xml", 617 Compressible: false, 618 }, 619 "daf": { 620 ContentType: "application/vnd.mobius.daf", 621 Compressible: false, 622 }, 623 "dart": { 624 ContentType: "application/vnd.dart", 625 Compressible: false, 626 }, 627 "dataless": { 628 ContentType: "application/vnd.fdsn.seed", 629 Compressible: false, 630 }, 631 "davmount": { 632 ContentType: "application/davmount+xml", 633 Compressible: false, 634 }, 635 "dbk": { 636 ContentType: "application/docbook+xml", 637 Compressible: false, 638 }, 639 "dcr": { 640 ContentType: "application/x-director", 641 Compressible: false, 642 }, 643 "dcurl": { 644 ContentType: "text/vnd.curl.dcurl", 645 Compressible: false, 646 }, 647 "dd2": { 648 ContentType: "application/vnd.oma.dd2+xml", 649 Compressible: false, 650 }, 651 "ddd": { 652 ContentType: "application/vnd.fujixerox.ddd", 653 Compressible: false, 654 }, 655 "deb": { 656 ContentType: "application/x-debian-package", 657 Compressible: false, 658 }, 659 "def": { 660 ContentType: "text/plain", 661 Compressible: false, 662 }, 663 "deploy": { 664 ContentType: "application/octet-stream", 665 Compressible: false, 666 }, 667 "der": { 668 ContentType: "application/x-x509-ca-cert", 669 Compressible: false, 670 }, 671 "dfac": { 672 ContentType: "application/vnd.dreamfactory", 673 Compressible: false, 674 }, 675 "dgc": { 676 ContentType: "application/x-dgc-compressed", 677 Compressible: false, 678 }, 679 "dic": { 680 ContentType: "text/x-c", 681 Compressible: false, 682 }, 683 "dir": { 684 ContentType: "application/x-director", 685 Compressible: false, 686 }, 687 "dis": { 688 ContentType: "application/vnd.mobius.dis", 689 Compressible: false, 690 }, 691 "disposition-notification": { 692 ContentType: "message/disposition-notification", 693 Compressible: false, 694 }, 695 "dist": { 696 ContentType: "application/octet-stream", 697 Compressible: false, 698 }, 699 "distz": { 700 ContentType: "application/octet-stream", 701 Compressible: false, 702 }, 703 "djv": { 704 ContentType: "image/vnd.djvu", 705 Compressible: false, 706 }, 707 "djvu": { 708 ContentType: "image/vnd.djvu", 709 Compressible: false, 710 }, 711 "dll": { 712 ContentType: "application/x-msdownload", 713 Compressible: false, 714 }, 715 "dmg": { 716 ContentType: "application/x-apple-diskimage", 717 Compressible: false, 718 }, 719 "dmp": { 720 ContentType: "application/vnd.tcpdump.pcap", 721 Compressible: false, 722 }, 723 "dms": { 724 ContentType: "application/octet-stream", 725 Compressible: false, 726 }, 727 "dna": { 728 ContentType: "application/vnd.dna", 729 Compressible: false, 730 }, 731 "doc": { 732 ContentType: "application/msword", 733 Compressible: false, 734 }, 735 "docm": { 736 ContentType: "application/vnd.ms-word.document.macroenabled.12", 737 Compressible: false, 738 }, 739 "docx": { 740 ContentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.document", 741 Compressible: false, 742 }, 743 "dot": { 744 ContentType: "application/msword", 745 Compressible: false, 746 }, 747 "dotm": { 748 ContentType: "application/vnd.ms-word.template.macroenabled.12", 749 Compressible: false, 750 }, 751 "dotx": { 752 ContentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.template", 753 Compressible: false, 754 }, 755 "dp": { 756 ContentType: "application/vnd.osgi.dp", 757 Compressible: false, 758 }, 759 "dpg": { 760 ContentType: "application/vnd.dpgraph", 761 Compressible: false, 762 }, 763 "dra": { 764 ContentType: "audio/vnd.dra", 765 Compressible: false, 766 }, 767 "drle": { 768 ContentType: "image/dicom-rle", 769 Compressible: false, 770 }, 771 "dsc": { 772 ContentType: "text/prs.lines.tag", 773 Compressible: false, 774 }, 775 "dssc": { 776 ContentType: "application/dssc+der", 777 Compressible: false, 778 }, 779 "dtb": { 780 ContentType: "application/x-dtbook+xml", 781 Compressible: false, 782 }, 783 "dtd": { 784 ContentType: "application/xml-dtd", 785 Compressible: false, 786 }, 787 "dts": { 788 ContentType: "audio/vnd.dts", 789 Compressible: false, 790 }, 791 "dtshd": { 792 ContentType: "audio/vnd.dts.hd", 793 Compressible: false, 794 }, 795 "dump": { 796 ContentType: "application/octet-stream", 797 Compressible: false, 798 }, 799 "dvb": { 800 ContentType: "video/vnd.dvb.file", 801 Compressible: false, 802 }, 803 "dvi": { 804 ContentType: "application/x-dvi", 805 Compressible: false, 806 }, 807 "dwf": { 808 ContentType: "model/vnd.dwf", 809 Compressible: false, 810 }, 811 "dwg": { 812 ContentType: "image/vnd.dwg", 813 Compressible: false, 814 }, 815 "dxf": { 816 ContentType: "image/vnd.dxf", 817 Compressible: false, 818 }, 819 "dxp": { 820 ContentType: "application/vnd.spotfire.dxp", 821 Compressible: false, 822 }, 823 "dxr": { 824 ContentType: "application/x-director", 825 Compressible: false, 826 }, 827 "ear": { 828 ContentType: "application/java-archive", 829 Compressible: false, 830 }, 831 "ecelp4800": { 832 ContentType: "audio/vnd.nuera.ecelp4800", 833 Compressible: false, 834 }, 835 "ecelp7470": { 836 ContentType: "audio/vnd.nuera.ecelp7470", 837 Compressible: false, 838 }, 839 "ecelp9600": { 840 ContentType: "audio/vnd.nuera.ecelp9600", 841 Compressible: false, 842 }, 843 "ecma": { 844 ContentType: "application/ecmascript", 845 Compressible: false, 846 }, 847 "edm": { 848 ContentType: "application/vnd.novadigm.edm", 849 Compressible: false, 850 }, 851 "edx": { 852 ContentType: "application/vnd.novadigm.edx", 853 Compressible: false, 854 }, 855 "efif": { 856 ContentType: "application/vnd.picsel", 857 Compressible: false, 858 }, 859 "ei6": { 860 ContentType: "application/vnd.pg.osasli", 861 Compressible: false, 862 }, 863 "elc": { 864 ContentType: "application/octet-stream", 865 Compressible: false, 866 }, 867 "emf": { 868 ContentType: "image/emf", 869 Compressible: false, 870 }, 871 "eml": { 872 ContentType: "message/rfc822", 873 Compressible: false, 874 }, 875 "emma": { 876 ContentType: "application/emma+xml", 877 Compressible: false, 878 }, 879 "emz": { 880 ContentType: "application/x-msmetafile", 881 Compressible: false, 882 }, 883 "eol": { 884 ContentType: "audio/vnd.digital-winds", 885 Compressible: false, 886 }, 887 "eot": { 888 ContentType: "application/vnd.ms-fontobject", 889 Compressible: false, 890 }, 891 "eps": { 892 ContentType: "application/postscript", 893 Compressible: false, 894 }, 895 "epub": { 896 ContentType: "application/epub+zip", 897 Compressible: false, 898 }, 899 "es": { 900 ContentType: "application/ecmascript", 901 Compressible: false, 902 }, 903 "es3": { 904 ContentType: "application/vnd.eszigno3+xml", 905 Compressible: false, 906 }, 907 "esa": { 908 ContentType: "application/vnd.osgi.subsystem", 909 Compressible: false, 910 }, 911 "esf": { 912 ContentType: "application/vnd.epson.esf", 913 Compressible: false, 914 }, 915 "et3": { 916 ContentType: "application/vnd.eszigno3+xml", 917 Compressible: false, 918 }, 919 "etx": { 920 ContentType: "text/x-setext", 921 Compressible: false, 922 }, 923 "eva": { 924 ContentType: "application/x-eva", 925 Compressible: false, 926 }, 927 "evy": { 928 ContentType: "application/x-envoy", 929 Compressible: false, 930 }, 931 "exe": { 932 ContentType: "application/x-msdownload", 933 Compressible: false, 934 }, 935 "exi": { 936 ContentType: "application/exi", 937 Compressible: false, 938 }, 939 "exr": { 940 ContentType: "image/aces", 941 Compressible: false, 942 }, 943 "ext": { 944 ContentType: "application/vnd.novadigm.ext", 945 Compressible: false, 946 }, 947 "ez": { 948 ContentType: "application/andrew-inset", 949 Compressible: false, 950 }, 951 "ez2": { 952 ContentType: "application/vnd.ezpix-album", 953 Compressible: false, 954 }, 955 "ez3": { 956 ContentType: "application/vnd.ezpix-package", 957 Compressible: false, 958 }, 959 "f": { 960 ContentType: "text/x-fortran", 961 Compressible: false, 962 }, 963 "f4v": { 964 ContentType: "video/x-f4v", 965 Compressible: false, 966 }, 967 "f77": { 968 ContentType: "text/x-fortran", 969 Compressible: false, 970 }, 971 "f90": { 972 ContentType: "text/x-fortran", 973 Compressible: false, 974 }, 975 "fbs": { 976 ContentType: "image/vnd.fastbidsheet", 977 Compressible: false, 978 }, 979 "fcdt": { 980 ContentType: "application/vnd.adobe.formscentral.fcdt", 981 Compressible: false, 982 }, 983 "fcs": { 984 ContentType: "application/vnd.isac.fcs", 985 Compressible: false, 986 }, 987 "fdf": { 988 ContentType: "application/vnd.fdf", 989 Compressible: false, 990 }, 991 "fe_launch": { 992 ContentType: "application/vnd.denovo.fcselayout-link", 993 Compressible: false, 994 }, 995 "fg5": { 996 ContentType: "application/vnd.fujitsu.oasysgp", 997 Compressible: false, 998 }, 999 "fgd": { 1000 ContentType: "application/x-director", 1001 Compressible: false, 1002 }, 1003 "fh": { 1004 ContentType: "image/x-freehand", 1005 Compressible: false, 1006 }, 1007 "fh4": { 1008 ContentType: "image/x-freehand", 1009 Compressible: false, 1010 }, 1011 "fh5": { 1012 ContentType: "image/x-freehand", 1013 Compressible: false, 1014 }, 1015 "fh7": { 1016 ContentType: "image/x-freehand", 1017 Compressible: false, 1018 }, 1019 "fhc": { 1020 ContentType: "image/x-freehand", 1021 Compressible: false, 1022 }, 1023 "fig": { 1024 ContentType: "application/x-xfig", 1025 Compressible: false, 1026 }, 1027 "fits": { 1028 ContentType: "image/fits", 1029 Compressible: false, 1030 }, 1031 "flac": { 1032 ContentType: "audio/x-flac", 1033 Compressible: false, 1034 }, 1035 "fli": { 1036 ContentType: "video/x-fli", 1037 Compressible: false, 1038 }, 1039 "flo": { 1040 ContentType: "application/vnd.micrografx.flo", 1041 Compressible: false, 1042 }, 1043 "flv": { 1044 ContentType: "video/x-flv", 1045 Compressible: false, 1046 }, 1047 "flw": { 1048 ContentType: "application/vnd.kde.kivio", 1049 Compressible: false, 1050 }, 1051 "flx": { 1052 ContentType: "text/vnd.fmi.flexstor", 1053 Compressible: false, 1054 }, 1055 "fly": { 1056 ContentType: "text/vnd.fly", 1057 Compressible: false, 1058 }, 1059 "fm": { 1060 ContentType: "application/vnd.framemaker", 1061 Compressible: false, 1062 }, 1063 "fnc": { 1064 ContentType: "application/vnd.frogans.fnc", 1065 Compressible: false, 1066 }, 1067 "for": { 1068 ContentType: "text/x-fortran", 1069 Compressible: false, 1070 }, 1071 "fpx": { 1072 ContentType: "image/vnd.fpx", 1073 Compressible: false, 1074 }, 1075 "frame": { 1076 ContentType: "application/vnd.framemaker", 1077 Compressible: false, 1078 }, 1079 "fsc": { 1080 ContentType: "application/vnd.fsc.weblaunch", 1081 Compressible: false, 1082 }, 1083 "fst": { 1084 ContentType: "image/vnd.fst", 1085 Compressible: false, 1086 }, 1087 "ftc": { 1088 ContentType: "application/vnd.fluxtime.clip", 1089 Compressible: false, 1090 }, 1091 "fti": { 1092 ContentType: "application/vnd.anser-web-funds-transfer-initiation", 1093 Compressible: false, 1094 }, 1095 "fvt": { 1096 ContentType: "video/vnd.fvt", 1097 Compressible: false, 1098 }, 1099 "fxp": { 1100 ContentType: "application/vnd.adobe.fxp", 1101 Compressible: false, 1102 }, 1103 "fxpl": { 1104 ContentType: "application/vnd.adobe.fxp", 1105 Compressible: false, 1106 }, 1107 "fzs": { 1108 ContentType: "application/vnd.fuzzysheet", 1109 Compressible: false, 1110 }, 1111 "g2w": { 1112 ContentType: "application/vnd.geoplan", 1113 Compressible: false, 1114 }, 1115 "g3": { 1116 ContentType: "image/g3fax", 1117 Compressible: false, 1118 }, 1119 "g3w": { 1120 ContentType: "application/vnd.geospace", 1121 Compressible: false, 1122 }, 1123 "gac": { 1124 ContentType: "application/vnd.groove-account", 1125 Compressible: false, 1126 }, 1127 "gam": { 1128 ContentType: "application/x-tads", 1129 Compressible: false, 1130 }, 1131 "gbr": { 1132 ContentType: "application/rpki-ghostbusters", 1133 Compressible: false, 1134 }, 1135 "gca": { 1136 ContentType: "application/x-gca-compressed", 1137 Compressible: false, 1138 }, 1139 "gdl": { 1140 ContentType: "model/vnd.gdl", 1141 Compressible: false, 1142 }, 1143 "gdoc": { 1144 ContentType: "application/vnd.google-apps.document", 1145 Compressible: false, 1146 }, 1147 "geo": { 1148 ContentType: "application/vnd.dynageo", 1149 Compressible: false, 1150 }, 1151 "geojson": { 1152 ContentType: "application/geo+json", 1153 Compressible: false, 1154 }, 1155 "gex": { 1156 ContentType: "application/vnd.geometry-explorer", 1157 Compressible: false, 1158 }, 1159 "ggb": { 1160 ContentType: "application/vnd.geogebra.file", 1161 Compressible: false, 1162 }, 1163 "ggt": { 1164 ContentType: "application/vnd.geogebra.tool", 1165 Compressible: false, 1166 }, 1167 "ghf": { 1168 ContentType: "application/vnd.groove-help", 1169 Compressible: false, 1170 }, 1171 "gif": { 1172 ContentType: "image/gif", 1173 Compressible: false, 1174 }, 1175 "gim": { 1176 ContentType: "application/vnd.groove-identity-message", 1177 Compressible: false, 1178 }, 1179 "glb": { 1180 ContentType: "model/gltf-binary", 1181 Compressible: false, 1182 }, 1183 "gltf": { 1184 ContentType: "model/gltf+json", 1185 Compressible: false, 1186 }, 1187 "gml": { 1188 ContentType: "application/gml+xml", 1189 Compressible: false, 1190 }, 1191 "gmx": { 1192 ContentType: "application/vnd.gmx", 1193 Compressible: false, 1194 }, 1195 "gnumeric": { 1196 ContentType: "application/x-gnumeric", 1197 Compressible: false, 1198 }, 1199 "gph": { 1200 ContentType: "application/vnd.flographit", 1201 Compressible: false, 1202 }, 1203 "gpx": { 1204 ContentType: "application/gpx+xml", 1205 Compressible: false, 1206 }, 1207 "gqf": { 1208 ContentType: "application/vnd.grafeq", 1209 Compressible: false, 1210 }, 1211 "gqs": { 1212 ContentType: "application/vnd.grafeq", 1213 Compressible: false, 1214 }, 1215 "gram": { 1216 ContentType: "application/srgs", 1217 Compressible: false, 1218 }, 1219 "gramps": { 1220 ContentType: "application/x-gramps-xml", 1221 Compressible: false, 1222 }, 1223 "gre": { 1224 ContentType: "application/vnd.geometry-explorer", 1225 Compressible: false, 1226 }, 1227 "grv": { 1228 ContentType: "application/vnd.groove-injector", 1229 Compressible: false, 1230 }, 1231 "grxml": { 1232 ContentType: "application/srgs+xml", 1233 Compressible: false, 1234 }, 1235 "gsf": { 1236 ContentType: "application/x-font-ghostscript", 1237 Compressible: false, 1238 }, 1239 "gsheet": { 1240 ContentType: "application/vnd.google-apps.spreadsheet", 1241 Compressible: false, 1242 }, 1243 "gslides": { 1244 ContentType: "application/vnd.google-apps.presentation", 1245 Compressible: false, 1246 }, 1247 "gtar": { 1248 ContentType: "application/x-gtar", 1249 Compressible: false, 1250 }, 1251 "gtm": { 1252 ContentType: "application/vnd.groove-tool-message", 1253 Compressible: false, 1254 }, 1255 "gtw": { 1256 ContentType: "model/vnd.gtw", 1257 Compressible: false, 1258 }, 1259 "gv": { 1260 ContentType: "text/vnd.graphviz", 1261 Compressible: false, 1262 }, 1263 "gxf": { 1264 ContentType: "application/gxf", 1265 Compressible: false, 1266 }, 1267 "gxt": { 1268 ContentType: "application/vnd.geonext", 1269 Compressible: false, 1270 }, 1271 "gz": { 1272 ContentType: "application/gzip", 1273 Compressible: false, 1274 }, 1275 "h": { 1276 ContentType: "text/x-c", 1277 Compressible: false, 1278 }, 1279 "h261": { 1280 ContentType: "video/h261", 1281 Compressible: false, 1282 }, 1283 "h263": { 1284 ContentType: "video/h263", 1285 Compressible: false, 1286 }, 1287 "h264": { 1288 ContentType: "video/h264", 1289 Compressible: false, 1290 }, 1291 "hal": { 1292 ContentType: "application/vnd.hal+xml", 1293 Compressible: false, 1294 }, 1295 "hbci": { 1296 ContentType: "application/vnd.hbci", 1297 Compressible: false, 1298 }, 1299 "hbs": { 1300 ContentType: "text/x-handlebars-template", 1301 Compressible: false, 1302 }, 1303 "hdd": { 1304 ContentType: "application/x-virtualbox-hdd", 1305 Compressible: false, 1306 }, 1307 "hdf": { 1308 ContentType: "application/x-hdf", 1309 Compressible: false, 1310 }, 1311 "heic": { 1312 ContentType: "image/heic", 1313 Compressible: false, 1314 }, 1315 "heics": { 1316 ContentType: "image/heic-sequence", 1317 Compressible: false, 1318 }, 1319 "heif": { 1320 ContentType: "image/heif", 1321 Compressible: false, 1322 }, 1323 "heifs": { 1324 ContentType: "image/heif-sequence", 1325 Compressible: false, 1326 }, 1327 "hh": { 1328 ContentType: "text/x-c", 1329 Compressible: false, 1330 }, 1331 "hjson": { 1332 ContentType: "application/hjson", 1333 Compressible: false, 1334 }, 1335 "hlp": { 1336 ContentType: "application/winhlp", 1337 Compressible: false, 1338 }, 1339 "hpgl": { 1340 ContentType: "application/vnd.hp-hpgl", 1341 Compressible: false, 1342 }, 1343 "hpid": { 1344 ContentType: "application/vnd.hp-hpid", 1345 Compressible: false, 1346 }, 1347 "hps": { 1348 ContentType: "application/vnd.hp-hps", 1349 Compressible: false, 1350 }, 1351 "hqx": { 1352 ContentType: "application/mac-binhex40", 1353 Compressible: false, 1354 }, 1355 "htc": { 1356 ContentType: "text/x-component", 1357 Compressible: false, 1358 }, 1359 "htke": { 1360 ContentType: "application/vnd.kenameaapp", 1361 Compressible: false, 1362 }, 1363 "htm": { 1364 ContentType: "text/html", 1365 Compressible: false, 1366 }, 1367 "html": { 1368 ContentType: "text/html", 1369 Compressible: false, 1370 }, 1371 "hvd": { 1372 ContentType: "application/vnd.yamaha.hv-dic", 1373 Compressible: false, 1374 }, 1375 "hvp": { 1376 ContentType: "application/vnd.yamaha.hv-voice", 1377 Compressible: false, 1378 }, 1379 "hvs": { 1380 ContentType: "application/vnd.yamaha.hv-script", 1381 Compressible: false, 1382 }, 1383 "i2g": { 1384 ContentType: "application/vnd.intergeo", 1385 Compressible: false, 1386 }, 1387 "icc": { 1388 ContentType: "application/vnd.iccprofile", 1389 Compressible: false, 1390 }, 1391 "ice": { 1392 ContentType: "x-conference/x-cooltalk", 1393 Compressible: false, 1394 }, 1395 "icm": { 1396 ContentType: "application/vnd.iccprofile", 1397 Compressible: false, 1398 }, 1399 "ico": { 1400 ContentType: "image/x-icon", 1401 Compressible: false, 1402 }, 1403 "ics": { 1404 ContentType: "text/calendar", 1405 Compressible: false, 1406 }, 1407 "ief": { 1408 ContentType: "image/ief", 1409 Compressible: false, 1410 }, 1411 "ifb": { 1412 ContentType: "text/calendar", 1413 Compressible: false, 1414 }, 1415 "ifm": { 1416 ContentType: "application/vnd.shana.informed.formdata", 1417 Compressible: false, 1418 }, 1419 "iges": { 1420 ContentType: "model/iges", 1421 Compressible: false, 1422 }, 1423 "igl": { 1424 ContentType: "application/vnd.igloader", 1425 Compressible: false, 1426 }, 1427 "igm": { 1428 ContentType: "application/vnd.insors.igm", 1429 Compressible: false, 1430 }, 1431 "igs": { 1432 ContentType: "model/iges", 1433 Compressible: false, 1434 }, 1435 "igx": { 1436 ContentType: "application/vnd.micrografx.igx", 1437 Compressible: false, 1438 }, 1439 "iif": { 1440 ContentType: "application/vnd.shana.informed.interchange", 1441 Compressible: false, 1442 }, 1443 "img": { 1444 ContentType: "application/octet-stream", 1445 Compressible: false, 1446 }, 1447 "imp": { 1448 ContentType: "application/vnd.accpac.simply.imp", 1449 Compressible: false, 1450 }, 1451 "ims": { 1452 ContentType: "application/vnd.ms-ims", 1453 Compressible: false, 1454 }, 1455 "in": { 1456 ContentType: "text/plain", 1457 Compressible: false, 1458 }, 1459 "ini": { 1460 ContentType: "text/plain", 1461 Compressible: false, 1462 }, 1463 "ink": { 1464 ContentType: "application/inkml+xml", 1465 Compressible: false, 1466 }, 1467 "inkml": { 1468 ContentType: "application/inkml+xml", 1469 Compressible: false, 1470 }, 1471 "install": { 1472 ContentType: "application/x-install-instructions", 1473 Compressible: false, 1474 }, 1475 "iota": { 1476 ContentType: "application/vnd.astraea-software.iota", 1477 Compressible: false, 1478 }, 1479 "ipfix": { 1480 ContentType: "application/ipfix", 1481 Compressible: false, 1482 }, 1483 "ipk": { 1484 ContentType: "application/vnd.shana.informed.package", 1485 Compressible: false, 1486 }, 1487 "irm": { 1488 ContentType: "application/vnd.ibm.rights-management", 1489 Compressible: false, 1490 }, 1491 "irp": { 1492 ContentType: "application/vnd.irepository.package+xml", 1493 Compressible: false, 1494 }, 1495 "iso": { 1496 ContentType: "application/x-iso9660-image", 1497 Compressible: false, 1498 }, 1499 "itp": { 1500 ContentType: "application/vnd.shana.informed.formtemplate", 1501 Compressible: false, 1502 }, 1503 "ivp": { 1504 ContentType: "application/vnd.immervision-ivp", 1505 Compressible: false, 1506 }, 1507 "ivu": { 1508 ContentType: "application/vnd.immervision-ivu", 1509 Compressible: false, 1510 }, 1511 "jad": { 1512 ContentType: "text/vnd.sun.j2me.app-descriptor", 1513 Compressible: false, 1514 }, 1515 "jade": { 1516 ContentType: "text/jade", 1517 Compressible: false, 1518 }, 1519 "jam": { 1520 ContentType: "application/vnd.jam", 1521 Compressible: false, 1522 }, 1523 "jar": { 1524 ContentType: "application/java-archive", 1525 Compressible: false, 1526 }, 1527 "jardiff": { 1528 ContentType: "application/x-java-archive-diff", 1529 Compressible: false, 1530 }, 1531 "java": { 1532 ContentType: "text/x-java-source", 1533 Compressible: false, 1534 }, 1535 "jisp": { 1536 ContentType: "application/vnd.jisp", 1537 Compressible: false, 1538 }, 1539 "jls": { 1540 ContentType: "image/jls", 1541 Compressible: false, 1542 }, 1543 "jlt": { 1544 ContentType: "application/vnd.hp-jlyt", 1545 Compressible: false, 1546 }, 1547 "jng": { 1548 ContentType: "image/x-jng", 1549 Compressible: false, 1550 }, 1551 "jnlp": { 1552 ContentType: "application/x-java-jnlp-file", 1553 Compressible: false, 1554 }, 1555 "joda": { 1556 ContentType: "application/vnd.joost.joda-archive", 1557 Compressible: false, 1558 }, 1559 "jp2": { 1560 ContentType: "image/jp2", 1561 Compressible: false, 1562 }, 1563 "jpe": { 1564 ContentType: "image/jpeg", 1565 Compressible: false, 1566 }, 1567 "jpeg": { 1568 ContentType: "image/jpeg", 1569 Compressible: false, 1570 }, 1571 "jpf": { 1572 ContentType: "image/jpx", 1573 Compressible: false, 1574 }, 1575 "jpg": { 1576 ContentType: "image/jpeg", 1577 Compressible: false, 1578 }, 1579 "jpg2": { 1580 ContentType: "image/jp2", 1581 Compressible: false, 1582 }, 1583 "jpgm": { 1584 ContentType: "video/jpm", 1585 Compressible: false, 1586 }, 1587 "jpgv": { 1588 ContentType: "video/jpeg", 1589 Compressible: false, 1590 }, 1591 "jpm": { 1592 ContentType: "video/jpm", 1593 Compressible: false, 1594 }, 1595 "jpx": { 1596 ContentType: "image/jpx", 1597 Compressible: false, 1598 }, 1599 "js": { 1600 ContentType: "application/javascript", 1601 Compressible: false, 1602 }, 1603 "json": { 1604 ContentType: "application/json", 1605 Compressible: false, 1606 }, 1607 "json5": { 1608 ContentType: "application/json5", 1609 Compressible: false, 1610 }, 1611 "jsonld": { 1612 ContentType: "application/ld+json", 1613 Compressible: false, 1614 }, 1615 "jsonml": { 1616 ContentType: "application/jsonml+json", 1617 Compressible: false, 1618 }, 1619 "jsx": { 1620 ContentType: "text/jsx", 1621 Compressible: false, 1622 }, 1623 "kar": { 1624 ContentType: "audio/midi", 1625 Compressible: false, 1626 }, 1627 "karbon": { 1628 ContentType: "application/vnd.kde.karbon", 1629 Compressible: false, 1630 }, 1631 "keynote": { 1632 ContentType: "application/vnd.apple.keynote", 1633 Compressible: false, 1634 }, 1635 "kfo": { 1636 ContentType: "application/vnd.kde.kformula", 1637 Compressible: false, 1638 }, 1639 "kia": { 1640 ContentType: "application/vnd.kidspiration", 1641 Compressible: false, 1642 }, 1643 "kml": { 1644 ContentType: "application/vnd.google-earth.kml+xml", 1645 Compressible: false, 1646 }, 1647 "kmz": { 1648 ContentType: "application/vnd.google-earth.kmz", 1649 Compressible: false, 1650 }, 1651 "kne": { 1652 ContentType: "application/vnd.kinar", 1653 Compressible: false, 1654 }, 1655 "knp": { 1656 ContentType: "application/vnd.kinar", 1657 Compressible: false, 1658 }, 1659 "kon": { 1660 ContentType: "application/vnd.kde.kontour", 1661 Compressible: false, 1662 }, 1663 "kpr": { 1664 ContentType: "application/vnd.kde.kpresenter", 1665 Compressible: false, 1666 }, 1667 "kpt": { 1668 ContentType: "application/vnd.kde.kpresenter", 1669 Compressible: false, 1670 }, 1671 "kpxx": { 1672 ContentType: "application/vnd.ds-keypoint", 1673 Compressible: false, 1674 }, 1675 "ksp": { 1676 ContentType: "application/vnd.kde.kspread", 1677 Compressible: false, 1678 }, 1679 "ktr": { 1680 ContentType: "application/vnd.kahootz", 1681 Compressible: false, 1682 }, 1683 "ktx": { 1684 ContentType: "image/ktx", 1685 Compressible: false, 1686 }, 1687 "ktz": { 1688 ContentType: "application/vnd.kahootz", 1689 Compressible: false, 1690 }, 1691 "kwd": { 1692 ContentType: "application/vnd.kde.kword", 1693 Compressible: false, 1694 }, 1695 "kwt": { 1696 ContentType: "application/vnd.kde.kword", 1697 Compressible: false, 1698 }, 1699 "lasxml": { 1700 ContentType: "application/vnd.las.las+xml", 1701 Compressible: false, 1702 }, 1703 "latex": { 1704 ContentType: "application/x-latex", 1705 Compressible: false, 1706 }, 1707 "lbd": { 1708 ContentType: "application/vnd.llamagraphics.life-balance.desktop", 1709 Compressible: false, 1710 }, 1711 "lbe": { 1712 ContentType: "application/vnd.llamagraphics.life-balance.exchange+xml", 1713 Compressible: false, 1714 }, 1715 "les": { 1716 ContentType: "application/vnd.hhe.lesson-player", 1717 Compressible: false, 1718 }, 1719 "less": { 1720 ContentType: "text/less", 1721 Compressible: false, 1722 }, 1723 "lha": { 1724 ContentType: "application/x-lzh-compressed", 1725 Compressible: false, 1726 }, 1727 "link66": { 1728 ContentType: "application/vnd.route66.link66+xml", 1729 Compressible: false, 1730 }, 1731 "list": { 1732 ContentType: "text/plain", 1733 Compressible: false, 1734 }, 1735 "list3820": { 1736 ContentType: "application/vnd.ibm.modcap", 1737 Compressible: false, 1738 }, 1739 "listafp": { 1740 ContentType: "application/vnd.ibm.modcap", 1741 Compressible: false, 1742 }, 1743 "litcoffee": { 1744 ContentType: "text/coffeescript", 1745 Compressible: false, 1746 }, 1747 "lnk": { 1748 ContentType: "application/x-ms-shortcut", 1749 Compressible: false, 1750 }, 1751 "log": { 1752 ContentType: "text/plain", 1753 Compressible: false, 1754 }, 1755 "lostxml": { 1756 ContentType: "application/lost+xml", 1757 Compressible: false, 1758 }, 1759 "lrf": { 1760 ContentType: "application/octet-stream", 1761 Compressible: false, 1762 }, 1763 "lrm": { 1764 ContentType: "application/vnd.ms-lrm", 1765 Compressible: false, 1766 }, 1767 "ltf": { 1768 ContentType: "application/vnd.frogans.ltf", 1769 Compressible: false, 1770 }, 1771 "lua": { 1772 ContentType: "text/x-lua", 1773 Compressible: false, 1774 }, 1775 "luac": { 1776 ContentType: "application/x-lua-bytecode", 1777 Compressible: false, 1778 }, 1779 "lvp": { 1780 ContentType: "audio/vnd.lucent.voice", 1781 Compressible: false, 1782 }, 1783 "lwp": { 1784 ContentType: "application/vnd.lotus-wordpro", 1785 Compressible: false, 1786 }, 1787 "lzh": { 1788 ContentType: "application/x-lzh-compressed", 1789 Compressible: false, 1790 }, 1791 "m13": { 1792 ContentType: "application/x-msmediaview", 1793 Compressible: false, 1794 }, 1795 "m14": { 1796 ContentType: "application/x-msmediaview", 1797 Compressible: false, 1798 }, 1799 "m1v": { 1800 ContentType: "video/mpeg", 1801 Compressible: false, 1802 }, 1803 "m21": { 1804 ContentType: "application/mp21", 1805 Compressible: false, 1806 }, 1807 "m2a": { 1808 ContentType: "audio/mpeg", 1809 Compressible: false, 1810 }, 1811 "m2v": { 1812 ContentType: "video/mpeg", 1813 Compressible: false, 1814 }, 1815 "m3a": { 1816 ContentType: "audio/mpeg", 1817 Compressible: false, 1818 }, 1819 "m3u": { 1820 ContentType: "audio/x-mpegurl", 1821 Compressible: false, 1822 }, 1823 "m3u8": { 1824 ContentType: "application/vnd.apple.mpegurl", 1825 Compressible: false, 1826 }, 1827 "m4a": { 1828 ContentType: "audio/x-m4a", 1829 Compressible: false, 1830 }, 1831 "m4p": { 1832 ContentType: "application/mp4", 1833 Compressible: false, 1834 }, 1835 "m4u": { 1836 ContentType: "video/vnd.mpegurl", 1837 Compressible: false, 1838 }, 1839 "m4v": { 1840 ContentType: "video/x-m4v", 1841 Compressible: false, 1842 }, 1843 "ma": { 1844 ContentType: "application/mathematica", 1845 Compressible: false, 1846 }, 1847 "mads": { 1848 ContentType: "application/mads+xml", 1849 Compressible: false, 1850 }, 1851 "mag": { 1852 ContentType: "application/vnd.ecowin.chart", 1853 Compressible: false, 1854 }, 1855 "maker": { 1856 ContentType: "application/vnd.framemaker", 1857 Compressible: false, 1858 }, 1859 "man": { 1860 ContentType: "text/troff", 1861 Compressible: false, 1862 }, 1863 "manifest": { 1864 ContentType: "text/cache-manifest", 1865 Compressible: false, 1866 }, 1867 "map": { 1868 ContentType: "application/json", 1869 Compressible: false, 1870 }, 1871 "mar": { 1872 ContentType: "application/octet-stream", 1873 Compressible: false, 1874 }, 1875 "markdown": { 1876 ContentType: "text/markdown", 1877 Compressible: false, 1878 }, 1879 "mathml": { 1880 ContentType: "application/mathml+xml", 1881 Compressible: false, 1882 }, 1883 "mb": { 1884 ContentType: "application/mathematica", 1885 Compressible: false, 1886 }, 1887 "mbk": { 1888 ContentType: "application/vnd.mobius.mbk", 1889 Compressible: false, 1890 }, 1891 "mbox": { 1892 ContentType: "application/mbox", 1893 Compressible: false, 1894 }, 1895 "mc1": { 1896 ContentType: "application/vnd.medcalcdata", 1897 Compressible: false, 1898 }, 1899 "mcd": { 1900 ContentType: "application/vnd.mcd", 1901 Compressible: false, 1902 }, 1903 "mcurl": { 1904 ContentType: "text/vnd.curl.mcurl", 1905 Compressible: false, 1906 }, 1907 "md": { 1908 ContentType: "text/markdown", 1909 Compressible: false, 1910 }, 1911 "mdb": { 1912 ContentType: "application/x-msaccess", 1913 Compressible: false, 1914 }, 1915 "mdi": { 1916 ContentType: "image/vnd.ms-modi", 1917 Compressible: false, 1918 }, 1919 "me": { 1920 ContentType: "text/troff", 1921 Compressible: false, 1922 }, 1923 "mesh": { 1924 ContentType: "model/mesh", 1925 Compressible: false, 1926 }, 1927 "meta4": { 1928 ContentType: "application/metalink4+xml", 1929 Compressible: false, 1930 }, 1931 "metalink": { 1932 ContentType: "application/metalink+xml", 1933 Compressible: false, 1934 }, 1935 "mets": { 1936 ContentType: "application/mets+xml", 1937 Compressible: false, 1938 }, 1939 "mfm": { 1940 ContentType: "application/vnd.mfmp", 1941 Compressible: false, 1942 }, 1943 "mft": { 1944 ContentType: "application/rpki-manifest", 1945 Compressible: false, 1946 }, 1947 "mgp": { 1948 ContentType: "application/vnd.osgeo.mapguide.package", 1949 Compressible: false, 1950 }, 1951 "mgz": { 1952 ContentType: "application/vnd.proteus.magazine", 1953 Compressible: false, 1954 }, 1955 "mid": { 1956 ContentType: "audio/midi", 1957 Compressible: false, 1958 }, 1959 "midi": { 1960 ContentType: "audio/midi", 1961 Compressible: false, 1962 }, 1963 "mie": { 1964 ContentType: "application/x-mie", 1965 Compressible: false, 1966 }, 1967 "mif": { 1968 ContentType: "application/vnd.mif", 1969 Compressible: false, 1970 }, 1971 "mime": { 1972 ContentType: "message/rfc822", 1973 Compressible: false, 1974 }, 1975 "mj2": { 1976 ContentType: "video/mj2", 1977 Compressible: false, 1978 }, 1979 "mjp2": { 1980 ContentType: "video/mj2", 1981 Compressible: false, 1982 }, 1983 "mjs": { 1984 ContentType: "application/javascript", 1985 Compressible: false, 1986 }, 1987 "mk3d": { 1988 ContentType: "video/x-matroska", 1989 Compressible: false, 1990 }, 1991 "mka": { 1992 ContentType: "audio/x-matroska", 1993 Compressible: false, 1994 }, 1995 "mkd": { 1996 ContentType: "text/x-markdown", 1997 Compressible: false, 1998 }, 1999 "mks": { 2000 ContentType: "video/x-matroska", 2001 Compressible: false, 2002 }, 2003 "mkv": { 2004 ContentType: "video/x-matroska", 2005 Compressible: false, 2006 }, 2007 "mlp": { 2008 ContentType: "application/vnd.dolby.mlp", 2009 Compressible: false, 2010 }, 2011 "mmd": { 2012 ContentType: "application/vnd.chipnuts.karaoke-mmd", 2013 Compressible: false, 2014 }, 2015 "mmf": { 2016 ContentType: "application/vnd.smaf", 2017 Compressible: false, 2018 }, 2019 "mml": { 2020 ContentType: "text/mathml", 2021 Compressible: false, 2022 }, 2023 "mmr": { 2024 ContentType: "image/vnd.fujixerox.edmics-mmr", 2025 Compressible: false, 2026 }, 2027 "mng": { 2028 ContentType: "video/x-mng", 2029 Compressible: false, 2030 }, 2031 "mny": { 2032 ContentType: "application/x-msmoney", 2033 Compressible: false, 2034 }, 2035 "mobi": { 2036 ContentType: "application/x-mobipocket-ebook", 2037 Compressible: false, 2038 }, 2039 "mods": { 2040 ContentType: "application/mods+xml", 2041 Compressible: false, 2042 }, 2043 "mov": { 2044 ContentType: "video/quicktime", 2045 Compressible: false, 2046 }, 2047 "movie": { 2048 ContentType: "video/x-sgi-movie", 2049 Compressible: false, 2050 }, 2051 "mp2": { 2052 ContentType: "audio/mpeg", 2053 Compressible: false, 2054 }, 2055 "mp21": { 2056 ContentType: "application/mp21", 2057 Compressible: false, 2058 }, 2059 "mp2a": { 2060 ContentType: "audio/mpeg", 2061 Compressible: false, 2062 }, 2063 "mp3": { 2064 ContentType: "audio/mpeg", 2065 Compressible: false, 2066 }, 2067 "mp4": { 2068 ContentType: "video/mp4", 2069 Compressible: false, 2070 }, 2071 "mp4a": { 2072 ContentType: "audio/mp4", 2073 Compressible: false, 2074 }, 2075 "mp4s": { 2076 ContentType: "application/mp4", 2077 Compressible: false, 2078 }, 2079 "mp4v": { 2080 ContentType: "video/mp4", 2081 Compressible: false, 2082 }, 2083 "mpc": { 2084 ContentType: "application/vnd.mophun.certificate", 2085 Compressible: false, 2086 }, 2087 "mpd": { 2088 ContentType: "application/dash+xml", 2089 Compressible: false, 2090 }, 2091 "mpe": { 2092 ContentType: "video/mpeg", 2093 Compressible: false, 2094 }, 2095 "mpeg": { 2096 ContentType: "video/mpeg", 2097 Compressible: false, 2098 }, 2099 "mpg": { 2100 ContentType: "video/mpeg", 2101 Compressible: false, 2102 }, 2103 "mpg4": { 2104 ContentType: "video/mp4", 2105 Compressible: false, 2106 }, 2107 "mpga": { 2108 ContentType: "audio/mpeg", 2109 Compressible: false, 2110 }, 2111 "mpkg": { 2112 ContentType: "application/vnd.apple.installer+xml", 2113 Compressible: false, 2114 }, 2115 "mpm": { 2116 ContentType: "application/vnd.blueice.multipass", 2117 Compressible: false, 2118 }, 2119 "mpn": { 2120 ContentType: "application/vnd.mophun.application", 2121 Compressible: false, 2122 }, 2123 "mpp": { 2124 ContentType: "application/vnd.ms-project", 2125 Compressible: false, 2126 }, 2127 "mpt": { 2128 ContentType: "application/vnd.ms-project", 2129 Compressible: false, 2130 }, 2131 "mpy": { 2132 ContentType: "application/vnd.ibm.minipay", 2133 Compressible: false, 2134 }, 2135 "mqy": { 2136 ContentType: "application/vnd.mobius.mqy", 2137 Compressible: false, 2138 }, 2139 "mrc": { 2140 ContentType: "application/marc", 2141 Compressible: false, 2142 }, 2143 "mrcx": { 2144 ContentType: "application/marcxml+xml", 2145 Compressible: false, 2146 }, 2147 "ms": { 2148 ContentType: "text/troff", 2149 Compressible: false, 2150 }, 2151 "mscml": { 2152 ContentType: "application/mediaservercontrol+xml", 2153 Compressible: false, 2154 }, 2155 "mseed": { 2156 ContentType: "application/vnd.fdsn.mseed", 2157 Compressible: false, 2158 }, 2159 "mseq": { 2160 ContentType: "application/vnd.mseq", 2161 Compressible: false, 2162 }, 2163 "msf": { 2164 ContentType: "application/vnd.epson.msf", 2165 Compressible: false, 2166 }, 2167 "msg": { 2168 ContentType: "application/vnd.ms-outlook", 2169 Compressible: false, 2170 }, 2171 "msh": { 2172 ContentType: "model/mesh", 2173 Compressible: false, 2174 }, 2175 "msi": { 2176 ContentType: "application/x-msdownload", 2177 Compressible: false, 2178 }, 2179 "msl": { 2180 ContentType: "application/vnd.mobius.msl", 2181 Compressible: false, 2182 }, 2183 "msm": { 2184 ContentType: "application/octet-stream", 2185 Compressible: false, 2186 }, 2187 "msp": { 2188 ContentType: "application/octet-stream", 2189 Compressible: false, 2190 }, 2191 "msty": { 2192 ContentType: "application/vnd.muvee.style", 2193 Compressible: false, 2194 }, 2195 "mts": { 2196 ContentType: "model/vnd.mts", 2197 Compressible: false, 2198 }, 2199 "mus": { 2200 ContentType: "application/vnd.musician", 2201 Compressible: false, 2202 }, 2203 "musicxml": { 2204 ContentType: "application/vnd.recordare.musicxml+xml", 2205 Compressible: false, 2206 }, 2207 "mvb": { 2208 ContentType: "application/x-msmediaview", 2209 Compressible: false, 2210 }, 2211 "mwf": { 2212 ContentType: "application/vnd.mfer", 2213 Compressible: false, 2214 }, 2215 "mxf": { 2216 ContentType: "application/mxf", 2217 Compressible: false, 2218 }, 2219 "mxl": { 2220 ContentType: "application/vnd.recordare.musicxml", 2221 Compressible: false, 2222 }, 2223 "mxml": { 2224 ContentType: "application/xv+xml", 2225 Compressible: false, 2226 }, 2227 "mxs": { 2228 ContentType: "application/vnd.triscape.mxs", 2229 Compressible: false, 2230 }, 2231 "mxu": { 2232 ContentType: "video/vnd.mpegurl", 2233 Compressible: false, 2234 }, 2235 "n-gage": { 2236 ContentType: "application/vnd.nokia.n-gage.symbian.install", 2237 Compressible: false, 2238 }, 2239 "n3": { 2240 ContentType: "text/n3", 2241 Compressible: false, 2242 }, 2243 "nb": { 2244 ContentType: "application/mathematica", 2245 Compressible: false, 2246 }, 2247 "nbp": { 2248 ContentType: "application/vnd.wolfram.player", 2249 Compressible: false, 2250 }, 2251 "nc": { 2252 ContentType: "application/x-netcdf", 2253 Compressible: false, 2254 }, 2255 "ncx": { 2256 ContentType: "application/x-dtbncx+xml", 2257 Compressible: false, 2258 }, 2259 "nfo": { 2260 ContentType: "text/x-nfo", 2261 Compressible: false, 2262 }, 2263 "ngdat": { 2264 ContentType: "application/vnd.nokia.n-gage.data", 2265 Compressible: false, 2266 }, 2267 "nitf": { 2268 ContentType: "application/vnd.nitf", 2269 Compressible: false, 2270 }, 2271 "nlu": { 2272 ContentType: "application/vnd.neurolanguage.nlu", 2273 Compressible: false, 2274 }, 2275 "nml": { 2276 ContentType: "application/vnd.enliven", 2277 Compressible: false, 2278 }, 2279 "nnd": { 2280 ContentType: "application/vnd.noblenet-directory", 2281 Compressible: false, 2282 }, 2283 "nns": { 2284 ContentType: "application/vnd.noblenet-sealer", 2285 Compressible: false, 2286 }, 2287 "nnw": { 2288 ContentType: "application/vnd.noblenet-web", 2289 Compressible: false, 2290 }, 2291 "npx": { 2292 ContentType: "image/vnd.net-fpx", 2293 Compressible: false, 2294 }, 2295 "nsc": { 2296 ContentType: "application/x-conference", 2297 Compressible: false, 2298 }, 2299 "nsf": { 2300 ContentType: "application/vnd.lotus-notes", 2301 Compressible: false, 2302 }, 2303 "ntf": { 2304 ContentType: "application/vnd.nitf", 2305 Compressible: false, 2306 }, 2307 "numbers": { 2308 ContentType: "application/vnd.apple.numbers", 2309 Compressible: false, 2310 }, 2311 "nzb": { 2312 ContentType: "application/x-nzb", 2313 Compressible: false, 2314 }, 2315 "oa2": { 2316 ContentType: "application/vnd.fujitsu.oasys2", 2317 Compressible: false, 2318 }, 2319 "oa3": { 2320 ContentType: "application/vnd.fujitsu.oasys3", 2321 Compressible: false, 2322 }, 2323 "oas": { 2324 ContentType: "application/vnd.fujitsu.oasys", 2325 Compressible: false, 2326 }, 2327 "obd": { 2328 ContentType: "application/x-msbinder", 2329 Compressible: false, 2330 }, 2331 "obj": { 2332 ContentType: "application/x-tgif", 2333 Compressible: false, 2334 }, 2335 "oda": { 2336 ContentType: "application/oda", 2337 Compressible: false, 2338 }, 2339 "odb": { 2340 ContentType: "application/vnd.oasis.opendocument.database", 2341 Compressible: false, 2342 }, 2343 "odc": { 2344 ContentType: "application/vnd.oasis.opendocument.chart", 2345 Compressible: false, 2346 }, 2347 "odf": { 2348 ContentType: "application/vnd.oasis.opendocument.formula", 2349 Compressible: false, 2350 }, 2351 "odft": { 2352 ContentType: "application/vnd.oasis.opendocument.formula-template", 2353 Compressible: false, 2354 }, 2355 "odg": { 2356 ContentType: "application/vnd.oasis.opendocument.graphics", 2357 Compressible: false, 2358 }, 2359 "odi": { 2360 ContentType: "application/vnd.oasis.opendocument.image", 2361 Compressible: false, 2362 }, 2363 "odm": { 2364 ContentType: "application/vnd.oasis.opendocument.text-master", 2365 Compressible: false, 2366 }, 2367 "odp": { 2368 ContentType: "application/vnd.oasis.opendocument.presentation", 2369 Compressible: false, 2370 }, 2371 "ods": { 2372 ContentType: "application/vnd.oasis.opendocument.spreadsheet", 2373 Compressible: false, 2374 }, 2375 "odt": { 2376 ContentType: "application/vnd.oasis.opendocument.text", 2377 Compressible: false, 2378 }, 2379 "oga": { 2380 ContentType: "audio/ogg", 2381 Compressible: false, 2382 }, 2383 "ogg": { 2384 ContentType: "audio/ogg", 2385 Compressible: false, 2386 }, 2387 "ogv": { 2388 ContentType: "video/ogg", 2389 Compressible: false, 2390 }, 2391 "ogx": { 2392 ContentType: "application/ogg", 2393 Compressible: false, 2394 }, 2395 "omdoc": { 2396 ContentType: "application/omdoc+xml", 2397 Compressible: false, 2398 }, 2399 "onepkg": { 2400 ContentType: "application/onenote", 2401 Compressible: false, 2402 }, 2403 "onetmp": { 2404 ContentType: "application/onenote", 2405 Compressible: false, 2406 }, 2407 "onetoc": { 2408 ContentType: "application/onenote", 2409 Compressible: false, 2410 }, 2411 "onetoc2": { 2412 ContentType: "application/onenote", 2413 Compressible: false, 2414 }, 2415 "opf": { 2416 ContentType: "application/oebps-package+xml", 2417 Compressible: false, 2418 }, 2419 "opml": { 2420 ContentType: "text/x-opml", 2421 Compressible: false, 2422 }, 2423 "oprc": { 2424 ContentType: "application/vnd.palm", 2425 Compressible: false, 2426 }, 2427 "org": { 2428 ContentType: "text/x-org", 2429 Compressible: false, 2430 }, 2431 "osf": { 2432 ContentType: "application/vnd.yamaha.openscoreformat", 2433 Compressible: false, 2434 }, 2435 "osfpvg": { 2436 ContentType: "application/vnd.yamaha.openscoreformat.osfpvg+xml", 2437 Compressible: false, 2438 }, 2439 "otc": { 2440 ContentType: "application/vnd.oasis.opendocument.chart-template", 2441 Compressible: false, 2442 }, 2443 "otf": { 2444 ContentType: "font/otf", 2445 Compressible: false, 2446 }, 2447 "otg": { 2448 ContentType: "application/vnd.oasis.opendocument.graphics-template", 2449 Compressible: false, 2450 }, 2451 "oth": { 2452 ContentType: "application/vnd.oasis.opendocument.text-web", 2453 Compressible: false, 2454 }, 2455 "oti": { 2456 ContentType: "application/vnd.oasis.opendocument.image-template", 2457 Compressible: false, 2458 }, 2459 "otp": { 2460 ContentType: "application/vnd.oasis.opendocument.presentation-template", 2461 Compressible: false, 2462 }, 2463 "ots": { 2464 ContentType: "application/vnd.oasis.opendocument.spreadsheet-template", 2465 Compressible: false, 2466 }, 2467 "ott": { 2468 ContentType: "application/vnd.oasis.opendocument.text-template", 2469 Compressible: false, 2470 }, 2471 "ova": { 2472 ContentType: "application/x-virtualbox-ova", 2473 Compressible: false, 2474 }, 2475 "ovf": { 2476 ContentType: "application/x-virtualbox-ovf", 2477 Compressible: false, 2478 }, 2479 "owl": { 2480 ContentType: "application/rdf+xml", 2481 Compressible: false, 2482 }, 2483 "oxps": { 2484 ContentType: "application/oxps", 2485 Compressible: false, 2486 }, 2487 "oxt": { 2488 ContentType: "application/vnd.openofficeorg.extension", 2489 Compressible: false, 2490 }, 2491 "p": { 2492 ContentType: "text/x-pascal", 2493 Compressible: false, 2494 }, 2495 "p10": { 2496 ContentType: "application/pkcs10", 2497 Compressible: false, 2498 }, 2499 "p12": { 2500 ContentType: "application/x-pkcs12", 2501 Compressible: false, 2502 }, 2503 "p7b": { 2504 ContentType: "application/x-pkcs7-certificates", 2505 Compressible: false, 2506 }, 2507 "p7c": { 2508 ContentType: "application/pkcs7-mime", 2509 Compressible: false, 2510 }, 2511 "p7m": { 2512 ContentType: "application/pkcs7-mime", 2513 Compressible: false, 2514 }, 2515 "p7r": { 2516 ContentType: "application/x-pkcs7-certreqresp", 2517 Compressible: false, 2518 }, 2519 "p7s": { 2520 ContentType: "application/pkcs7-signature", 2521 Compressible: false, 2522 }, 2523 "p8": { 2524 ContentType: "application/pkcs8", 2525 Compressible: false, 2526 }, 2527 "pac": { 2528 ContentType: "application/x-ns-proxy-autoconfig", 2529 Compressible: false, 2530 }, 2531 "pages": { 2532 ContentType: "application/vnd.apple.pages", 2533 Compressible: false, 2534 }, 2535 "pas": { 2536 ContentType: "text/x-pascal", 2537 Compressible: false, 2538 }, 2539 "paw": { 2540 ContentType: "application/vnd.pawaafile", 2541 Compressible: false, 2542 }, 2543 "pbd": { 2544 ContentType: "application/vnd.powerbuilder6", 2545 Compressible: false, 2546 }, 2547 "pbm": { 2548 ContentType: "image/x-portable-bitmap", 2549 Compressible: false, 2550 }, 2551 "pcap": { 2552 ContentType: "application/vnd.tcpdump.pcap", 2553 Compressible: false, 2554 }, 2555 "pcf": { 2556 ContentType: "application/x-font-pcf", 2557 Compressible: false, 2558 }, 2559 "pcl": { 2560 ContentType: "application/vnd.hp-pcl", 2561 Compressible: false, 2562 }, 2563 "pclxl": { 2564 ContentType: "application/vnd.hp-pclxl", 2565 Compressible: false, 2566 }, 2567 "pct": { 2568 ContentType: "image/x-pict", 2569 Compressible: false, 2570 }, 2571 "pcurl": { 2572 ContentType: "application/vnd.curl.pcurl", 2573 Compressible: false, 2574 }, 2575 "pcx": { 2576 ContentType: "image/x-pcx", 2577 Compressible: false, 2578 }, 2579 "pdb": { 2580 ContentType: "application/x-pilot", 2581 Compressible: false, 2582 }, 2583 "pde": { 2584 ContentType: "text/x-processing", 2585 Compressible: false, 2586 }, 2587 "pdf": { 2588 ContentType: "application/pdf", 2589 Compressible: false, 2590 }, 2591 "pem": { 2592 ContentType: "application/x-x509-ca-cert", 2593 Compressible: false, 2594 }, 2595 "pfa": { 2596 ContentType: "application/x-font-type1", 2597 Compressible: false, 2598 }, 2599 "pfb": { 2600 ContentType: "application/x-font-type1", 2601 Compressible: false, 2602 }, 2603 "pfm": { 2604 ContentType: "application/x-font-type1", 2605 Compressible: false, 2606 }, 2607 "pfr": { 2608 ContentType: "application/font-tdpfr", 2609 Compressible: false, 2610 }, 2611 "pfx": { 2612 ContentType: "application/x-pkcs12", 2613 Compressible: false, 2614 }, 2615 "pgm": { 2616 ContentType: "image/x-portable-graymap", 2617 Compressible: false, 2618 }, 2619 "pgn": { 2620 ContentType: "application/x-chess-pgn", 2621 Compressible: false, 2622 }, 2623 "pgp": { 2624 ContentType: "application/pgp-encrypted", 2625 Compressible: false, 2626 }, 2627 "php": { 2628 ContentType: "application/x-httpd-php", 2629 Compressible: false, 2630 }, 2631 "pic": { 2632 ContentType: "image/x-pict", 2633 Compressible: false, 2634 }, 2635 "pkg": { 2636 ContentType: "application/octet-stream", 2637 Compressible: false, 2638 }, 2639 "pki": { 2640 ContentType: "application/pkixcmp", 2641 Compressible: false, 2642 }, 2643 "pkipath": { 2644 ContentType: "application/pkix-pkipath", 2645 Compressible: false, 2646 }, 2647 "pkpass": { 2648 ContentType: "application/vnd.apple.pkpass", 2649 Compressible: false, 2650 }, 2651 "pl": { 2652 ContentType: "application/x-perl", 2653 Compressible: false, 2654 }, 2655 "plb": { 2656 ContentType: "application/vnd.3gpp.pic-bw-large", 2657 Compressible: false, 2658 }, 2659 "plc": { 2660 ContentType: "application/vnd.mobius.plc", 2661 Compressible: false, 2662 }, 2663 "plf": { 2664 ContentType: "application/vnd.pocketlearn", 2665 Compressible: false, 2666 }, 2667 "pls": { 2668 ContentType: "application/pls+xml", 2669 Compressible: false, 2670 }, 2671 "pm": { 2672 ContentType: "application/x-perl", 2673 Compressible: false, 2674 }, 2675 "pml": { 2676 ContentType: "application/vnd.ctc-posml", 2677 Compressible: false, 2678 }, 2679 "png": { 2680 ContentType: "image/png", 2681 Compressible: false, 2682 }, 2683 "pnm": { 2684 ContentType: "image/x-portable-anymap", 2685 Compressible: false, 2686 }, 2687 "portpkg": { 2688 ContentType: "application/vnd.macports.portpkg", 2689 Compressible: false, 2690 }, 2691 "pot": { 2692 ContentType: "application/vnd.ms-powerpoint", 2693 Compressible: false, 2694 }, 2695 "potm": { 2696 ContentType: "application/vnd.ms-powerpoint.template.macroenabled.12", 2697 Compressible: false, 2698 }, 2699 "potx": { 2700 ContentType: "application/vnd.openxmlformats-officedocument.presentationml.template", 2701 Compressible: false, 2702 }, 2703 "ppam": { 2704 ContentType: "application/vnd.ms-powerpoint.addin.macroenabled.12", 2705 Compressible: false, 2706 }, 2707 "ppd": { 2708 ContentType: "application/vnd.cups-ppd", 2709 Compressible: false, 2710 }, 2711 "ppm": { 2712 ContentType: "image/x-portable-pixmap", 2713 Compressible: false, 2714 }, 2715 "pps": { 2716 ContentType: "application/vnd.ms-powerpoint", 2717 Compressible: false, 2718 }, 2719 "ppsm": { 2720 ContentType: "application/vnd.ms-powerpoint.slideshow.macroenabled.12", 2721 Compressible: false, 2722 }, 2723 "ppsx": { 2724 ContentType: "application/vnd.openxmlformats-officedocument.presentationml.slideshow", 2725 Compressible: false, 2726 }, 2727 "ppt": { 2728 ContentType: "application/vnd.ms-powerpoint", 2729 Compressible: false, 2730 }, 2731 "pptm": { 2732 ContentType: "application/vnd.ms-powerpoint.presentation.macroenabled.12", 2733 Compressible: false, 2734 }, 2735 "pptx": { 2736 ContentType: "application/vnd.openxmlformats-officedocument.presentationml.presentation", 2737 Compressible: false, 2738 }, 2739 "pqa": { 2740 ContentType: "application/vnd.palm", 2741 Compressible: false, 2742 }, 2743 "prc": { 2744 ContentType: "application/x-pilot", 2745 Compressible: false, 2746 }, 2747 "pre": { 2748 ContentType: "application/vnd.lotus-freelance", 2749 Compressible: false, 2750 }, 2751 "prf": { 2752 ContentType: "application/pics-rules", 2753 Compressible: false, 2754 }, 2755 "ps": { 2756 ContentType: "application/postscript", 2757 Compressible: false, 2758 }, 2759 "psb": { 2760 ContentType: "application/vnd.3gpp.pic-bw-small", 2761 Compressible: false, 2762 }, 2763 "psd": { 2764 ContentType: "image/vnd.adobe.photoshop", 2765 Compressible: false, 2766 }, 2767 "psf": { 2768 ContentType: "application/x-font-linux-psf", 2769 Compressible: false, 2770 }, 2771 "pskcxml": { 2772 ContentType: "application/pskc+xml", 2773 Compressible: false, 2774 }, 2775 "pti": { 2776 ContentType: "image/prs.pti", 2777 Compressible: false, 2778 }, 2779 "ptid": { 2780 ContentType: "application/vnd.pvi.ptid1", 2781 Compressible: false, 2782 }, 2783 "pub": { 2784 ContentType: "application/x-mspublisher", 2785 Compressible: false, 2786 }, 2787 "pvb": { 2788 ContentType: "application/vnd.3gpp.pic-bw-var", 2789 Compressible: false, 2790 }, 2791 "pwn": { 2792 ContentType: "application/vnd.3m.post-it-notes", 2793 Compressible: false, 2794 }, 2795 "pya": { 2796 ContentType: "audio/vnd.ms-playready.media.pya", 2797 Compressible: false, 2798 }, 2799 "pyv": { 2800 ContentType: "video/vnd.ms-playready.media.pyv", 2801 Compressible: false, 2802 }, 2803 "qam": { 2804 ContentType: "application/vnd.epson.quickanime", 2805 Compressible: false, 2806 }, 2807 "qbo": { 2808 ContentType: "application/vnd.intu.qbo", 2809 Compressible: false, 2810 }, 2811 "qfx": { 2812 ContentType: "application/vnd.intu.qfx", 2813 Compressible: false, 2814 }, 2815 "qps": { 2816 ContentType: "application/vnd.publishare-delta-tree", 2817 Compressible: false, 2818 }, 2819 "qt": { 2820 ContentType: "video/quicktime", 2821 Compressible: false, 2822 }, 2823 "qwd": { 2824 ContentType: "application/vnd.quark.quarkxpress", 2825 Compressible: false, 2826 }, 2827 "qwt": { 2828 ContentType: "application/vnd.quark.quarkxpress", 2829 Compressible: false, 2830 }, 2831 "qxb": { 2832 ContentType: "application/vnd.quark.quarkxpress", 2833 Compressible: false, 2834 }, 2835 "qxd": { 2836 ContentType: "application/vnd.quark.quarkxpress", 2837 Compressible: false, 2838 }, 2839 "qxl": { 2840 ContentType: "application/vnd.quark.quarkxpress", 2841 Compressible: false, 2842 }, 2843 "qxt": { 2844 ContentType: "application/vnd.quark.quarkxpress", 2845 Compressible: false, 2846 }, 2847 "ra": { 2848 ContentType: "audio/x-realaudio", 2849 Compressible: false, 2850 }, 2851 "ram": { 2852 ContentType: "audio/x-pn-realaudio", 2853 Compressible: false, 2854 }, 2855 "raml": { 2856 ContentType: "application/raml+yaml", 2857 Compressible: false, 2858 }, 2859 "rar": { 2860 ContentType: "application/x-rar-compressed", 2861 Compressible: false, 2862 }, 2863 "ras": { 2864 ContentType: "image/x-cmu-raster", 2865 Compressible: false, 2866 }, 2867 "rcprofile": { 2868 ContentType: "application/vnd.ipunplugged.rcprofile", 2869 Compressible: false, 2870 }, 2871 "rdf": { 2872 ContentType: "application/rdf+xml", 2873 Compressible: false, 2874 }, 2875 "rdz": { 2876 ContentType: "application/vnd.data-vision.rdz", 2877 Compressible: false, 2878 }, 2879 "rep": { 2880 ContentType: "application/vnd.businessobjects", 2881 Compressible: false, 2882 }, 2883 "res": { 2884 ContentType: "application/x-dtbresource+xml", 2885 Compressible: false, 2886 }, 2887 "rgb": { 2888 ContentType: "image/x-rgb", 2889 Compressible: false, 2890 }, 2891 "rif": { 2892 ContentType: "application/reginfo+xml", 2893 Compressible: false, 2894 }, 2895 "rip": { 2896 ContentType: "audio/vnd.rip", 2897 Compressible: false, 2898 }, 2899 "ris": { 2900 ContentType: "application/x-research-info-systems", 2901 Compressible: false, 2902 }, 2903 "rl": { 2904 ContentType: "application/resource-lists+xml", 2905 Compressible: false, 2906 }, 2907 "rlc": { 2908 ContentType: "image/vnd.fujixerox.edmics-rlc", 2909 Compressible: false, 2910 }, 2911 "rld": { 2912 ContentType: "application/resource-lists-diff+xml", 2913 Compressible: false, 2914 }, 2915 "rm": { 2916 ContentType: "application/vnd.rn-realmedia", 2917 Compressible: false, 2918 }, 2919 "rmi": { 2920 ContentType: "audio/midi", 2921 Compressible: false, 2922 }, 2923 "rmp": { 2924 ContentType: "audio/x-pn-realaudio-plugin", 2925 Compressible: false, 2926 }, 2927 "rms": { 2928 ContentType: "application/vnd.jcp.javame.midlet-rms", 2929 Compressible: false, 2930 }, 2931 "rmvb": { 2932 ContentType: "application/vnd.rn-realmedia-vbr", 2933 Compressible: false, 2934 }, 2935 "rnc": { 2936 ContentType: "application/relax-ng-compact-syntax", 2937 Compressible: false, 2938 }, 2939 "rng": { 2940 ContentType: "application/xml", 2941 Compressible: false, 2942 }, 2943 "roa": { 2944 ContentType: "application/rpki-roa", 2945 Compressible: false, 2946 }, 2947 "roff": { 2948 ContentType: "text/troff", 2949 Compressible: false, 2950 }, 2951 "rp9": { 2952 ContentType: "application/vnd.cloanto.rp9", 2953 Compressible: false, 2954 }, 2955 "rpm": { 2956 ContentType: "application/x-redhat-package-manager", 2957 Compressible: false, 2958 }, 2959 "rpss": { 2960 ContentType: "application/vnd.nokia.radio-presets", 2961 Compressible: false, 2962 }, 2963 "rpst": { 2964 ContentType: "application/vnd.nokia.radio-preset", 2965 Compressible: false, 2966 }, 2967 "rq": { 2968 ContentType: "application/sparql-query", 2969 Compressible: false, 2970 }, 2971 "rs": { 2972 ContentType: "application/rls-services+xml", 2973 Compressible: false, 2974 }, 2975 "rsd": { 2976 ContentType: "application/rsd+xml", 2977 Compressible: false, 2978 }, 2979 "rss": { 2980 ContentType: "application/rss+xml", 2981 Compressible: false, 2982 }, 2983 "rtf": { 2984 ContentType: "text/rtf", 2985 Compressible: false, 2986 }, 2987 "rtx": { 2988 ContentType: "text/richtext", 2989 Compressible: false, 2990 }, 2991 "run": { 2992 ContentType: "application/x-makeself", 2993 Compressible: false, 2994 }, 2995 "s": { 2996 ContentType: "text/x-asm", 2997 Compressible: false, 2998 }, 2999 "s3m": { 3000 ContentType: "audio/s3m", 3001 Compressible: false, 3002 }, 3003 "saf": { 3004 ContentType: "application/vnd.yamaha.smaf-audio", 3005 Compressible: false, 3006 }, 3007 "sass": { 3008 ContentType: "text/x-sass", 3009 Compressible: false, 3010 }, 3011 "sbml": { 3012 ContentType: "application/sbml+xml", 3013 Compressible: false, 3014 }, 3015 "sc": { 3016 ContentType: "application/vnd.ibm.secure-container", 3017 Compressible: false, 3018 }, 3019 "scd": { 3020 ContentType: "application/x-msschedule", 3021 Compressible: false, 3022 }, 3023 "scm": { 3024 ContentType: "application/vnd.lotus-screencam", 3025 Compressible: false, 3026 }, 3027 "scq": { 3028 ContentType: "application/scvp-cv-request", 3029 Compressible: false, 3030 }, 3031 "scs": { 3032 ContentType: "application/scvp-cv-response", 3033 Compressible: false, 3034 }, 3035 "scss": { 3036 ContentType: "text/x-scss", 3037 Compressible: false, 3038 }, 3039 "scurl": { 3040 ContentType: "text/vnd.curl.scurl", 3041 Compressible: false, 3042 }, 3043 "sda": { 3044 ContentType: "application/vnd.stardivision.draw", 3045 Compressible: false, 3046 }, 3047 "sdc": { 3048 ContentType: "application/vnd.stardivision.calc", 3049 Compressible: false, 3050 }, 3051 "sdd": { 3052 ContentType: "application/vnd.stardivision.impress", 3053 Compressible: false, 3054 }, 3055 "sdkd": { 3056 ContentType: "application/vnd.solent.sdkm+xml", 3057 Compressible: false, 3058 }, 3059 "sdkm": { 3060 ContentType: "application/vnd.solent.sdkm+xml", 3061 Compressible: false, 3062 }, 3063 "sdp": { 3064 ContentType: "application/sdp", 3065 Compressible: false, 3066 }, 3067 "sdw": { 3068 ContentType: "application/vnd.stardivision.writer", 3069 Compressible: false, 3070 }, 3071 "sea": { 3072 ContentType: "application/x-sea", 3073 Compressible: false, 3074 }, 3075 "see": { 3076 ContentType: "application/vnd.seemail", 3077 Compressible: false, 3078 }, 3079 "seed": { 3080 ContentType: "application/vnd.fdsn.seed", 3081 Compressible: false, 3082 }, 3083 "sema": { 3084 ContentType: "application/vnd.sema", 3085 Compressible: false, 3086 }, 3087 "semd": { 3088 ContentType: "application/vnd.semd", 3089 Compressible: false, 3090 }, 3091 "semf": { 3092 ContentType: "application/vnd.semf", 3093 Compressible: false, 3094 }, 3095 "ser": { 3096 ContentType: "application/java-serialized-object", 3097 Compressible: false, 3098 }, 3099 "setpay": { 3100 ContentType: "application/set-payment-initiation", 3101 Compressible: false, 3102 }, 3103 "setreg": { 3104 ContentType: "application/set-registration-initiation", 3105 Compressible: false, 3106 }, 3107 "sfd-hdstx": { 3108 ContentType: "application/vnd.hydrostatix.sof-data", 3109 Compressible: false, 3110 }, 3111 "sfs": { 3112 ContentType: "application/vnd.spotfire.sfs", 3113 Compressible: false, 3114 }, 3115 "sfv": { 3116 ContentType: "text/x-sfv", 3117 Compressible: false, 3118 }, 3119 "sgi": { 3120 ContentType: "image/sgi", 3121 Compressible: false, 3122 }, 3123 "sgl": { 3124 ContentType: "application/vnd.stardivision.writer-global", 3125 Compressible: false, 3126 }, 3127 "sgm": { 3128 ContentType: "text/sgml", 3129 Compressible: false, 3130 }, 3131 "sgml": { 3132 ContentType: "text/sgml", 3133 Compressible: false, 3134 }, 3135 "sh": { 3136 ContentType: "application/x-sh", 3137 Compressible: false, 3138 }, 3139 "shar": { 3140 ContentType: "application/x-shar", 3141 Compressible: false, 3142 }, 3143 "shex": { 3144 ContentType: "text/shex", 3145 Compressible: false, 3146 }, 3147 "shf": { 3148 ContentType: "application/shf+xml", 3149 Compressible: false, 3150 }, 3151 "shtml": { 3152 ContentType: "text/html", 3153 Compressible: false, 3154 }, 3155 "sid": { 3156 ContentType: "image/x-mrsid-image", 3157 Compressible: false, 3158 }, 3159 "sig": { 3160 ContentType: "application/pgp-signature", 3161 Compressible: false, 3162 }, 3163 "sil": { 3164 ContentType: "audio/silk", 3165 Compressible: false, 3166 }, 3167 "silo": { 3168 ContentType: "model/mesh", 3169 Compressible: false, 3170 }, 3171 "sis": { 3172 ContentType: "application/vnd.symbian.install", 3173 Compressible: false, 3174 }, 3175 "sisx": { 3176 ContentType: "application/vnd.symbian.install", 3177 Compressible: false, 3178 }, 3179 "sit": { 3180 ContentType: "application/x-stuffit", 3181 Compressible: false, 3182 }, 3183 "sitx": { 3184 ContentType: "application/x-stuffitx", 3185 Compressible: false, 3186 }, 3187 "skd": { 3188 ContentType: "application/vnd.koan", 3189 Compressible: false, 3190 }, 3191 "skm": { 3192 ContentType: "application/vnd.koan", 3193 Compressible: false, 3194 }, 3195 "skp": { 3196 ContentType: "application/vnd.koan", 3197 Compressible: false, 3198 }, 3199 "skt": { 3200 ContentType: "application/vnd.koan", 3201 Compressible: false, 3202 }, 3203 "sldm": { 3204 ContentType: "application/vnd.ms-powerpoint.slide.macroenabled.12", 3205 Compressible: false, 3206 }, 3207 "sldx": { 3208 ContentType: "application/vnd.openxmlformats-officedocument.presentationml.slide", 3209 Compressible: false, 3210 }, 3211 "slim": { 3212 ContentType: "text/slim", 3213 Compressible: false, 3214 }, 3215 "slm": { 3216 ContentType: "text/slim", 3217 Compressible: false, 3218 }, 3219 "slt": { 3220 ContentType: "application/vnd.epson.salt", 3221 Compressible: false, 3222 }, 3223 "sm": { 3224 ContentType: "application/vnd.stepmania.stepchart", 3225 Compressible: false, 3226 }, 3227 "smf": { 3228 ContentType: "application/vnd.stardivision.math", 3229 Compressible: false, 3230 }, 3231 "smi": { 3232 ContentType: "application/smil+xml", 3233 Compressible: false, 3234 }, 3235 "smil": { 3236 ContentType: "application/smil+xml", 3237 Compressible: false, 3238 }, 3239 "smv": { 3240 ContentType: "video/x-smv", 3241 Compressible: false, 3242 }, 3243 "smzip": { 3244 ContentType: "application/vnd.stepmania.package", 3245 Compressible: false, 3246 }, 3247 "snd": { 3248 ContentType: "audio/basic", 3249 Compressible: false, 3250 }, 3251 "snf": { 3252 ContentType: "application/x-font-snf", 3253 Compressible: false, 3254 }, 3255 "so": { 3256 ContentType: "application/octet-stream", 3257 Compressible: false, 3258 }, 3259 "spc": { 3260 ContentType: "application/x-pkcs7-certificates", 3261 Compressible: false, 3262 }, 3263 "spf": { 3264 ContentType: "application/vnd.yamaha.smaf-phrase", 3265 Compressible: false, 3266 }, 3267 "spl": { 3268 ContentType: "application/x-futuresplash", 3269 Compressible: false, 3270 }, 3271 "spot": { 3272 ContentType: "text/vnd.in3d.spot", 3273 Compressible: false, 3274 }, 3275 "spp": { 3276 ContentType: "application/scvp-vp-response", 3277 Compressible: false, 3278 }, 3279 "spq": { 3280 ContentType: "application/scvp-vp-request", 3281 Compressible: false, 3282 }, 3283 "spx": { 3284 ContentType: "audio/ogg", 3285 Compressible: false, 3286 }, 3287 "sql": { 3288 ContentType: "application/x-sql", 3289 Compressible: false, 3290 }, 3291 "src": { 3292 ContentType: "application/x-wais-source", 3293 Compressible: false, 3294 }, 3295 "srt": { 3296 ContentType: "application/x-subrip", 3297 Compressible: false, 3298 }, 3299 "sru": { 3300 ContentType: "application/sru+xml", 3301 Compressible: false, 3302 }, 3303 "srx": { 3304 ContentType: "application/sparql-results+xml", 3305 Compressible: false, 3306 }, 3307 "ssdl": { 3308 ContentType: "application/ssdl+xml", 3309 Compressible: false, 3310 }, 3311 "sse": { 3312 ContentType: "application/vnd.kodak-descriptor", 3313 Compressible: false, 3314 }, 3315 "ssf": { 3316 ContentType: "application/vnd.epson.ssf", 3317 Compressible: false, 3318 }, 3319 "ssml": { 3320 ContentType: "application/ssml+xml", 3321 Compressible: false, 3322 }, 3323 "st": { 3324 ContentType: "application/vnd.sailingtracker.track", 3325 Compressible: false, 3326 }, 3327 "stc": { 3328 ContentType: "application/vnd.sun.xml.calc.template", 3329 Compressible: false, 3330 }, 3331 "std": { 3332 ContentType: "application/vnd.sun.xml.draw.template", 3333 Compressible: false, 3334 }, 3335 "stf": { 3336 ContentType: "application/vnd.wt.stf", 3337 Compressible: false, 3338 }, 3339 "sti": { 3340 ContentType: "application/vnd.sun.xml.impress.template", 3341 Compressible: false, 3342 }, 3343 "stk": { 3344 ContentType: "application/hyperstudio", 3345 Compressible: false, 3346 }, 3347 "stl": { 3348 ContentType: "application/vnd.ms-pki.stl", 3349 Compressible: false, 3350 }, 3351 "str": { 3352 ContentType: "application/vnd.pg.format", 3353 Compressible: false, 3354 }, 3355 "stw": { 3356 ContentType: "application/vnd.sun.xml.writer.template", 3357 Compressible: false, 3358 }, 3359 "styl": { 3360 ContentType: "text/stylus", 3361 Compressible: false, 3362 }, 3363 "stylus": { 3364 ContentType: "text/stylus", 3365 Compressible: false, 3366 }, 3367 "sub": { 3368 ContentType: "text/vnd.dvb.subtitle", 3369 Compressible: false, 3370 }, 3371 "sus": { 3372 ContentType: "application/vnd.sus-calendar", 3373 Compressible: false, 3374 }, 3375 "susp": { 3376 ContentType: "application/vnd.sus-calendar", 3377 Compressible: false, 3378 }, 3379 "sv4cpio": { 3380 ContentType: "application/x-sv4cpio", 3381 Compressible: false, 3382 }, 3383 "sv4crc": { 3384 ContentType: "application/x-sv4crc", 3385 Compressible: false, 3386 }, 3387 "svc": { 3388 ContentType: "application/vnd.dvb.service", 3389 Compressible: false, 3390 }, 3391 "svd": { 3392 ContentType: "application/vnd.svd", 3393 Compressible: false, 3394 }, 3395 "svg": { 3396 ContentType: "image/svg+xml", 3397 Compressible: false, 3398 }, 3399 "svgz": { 3400 ContentType: "image/svg+xml", 3401 Compressible: false, 3402 }, 3403 "swa": { 3404 ContentType: "application/x-director", 3405 Compressible: false, 3406 }, 3407 "swf": { 3408 ContentType: "application/x-shockwave-flash", 3409 Compressible: false, 3410 }, 3411 "swi": { 3412 ContentType: "application/vnd.aristanetworks.swi", 3413 Compressible: false, 3414 }, 3415 "sxc": { 3416 ContentType: "application/vnd.sun.xml.calc", 3417 Compressible: false, 3418 }, 3419 "sxd": { 3420 ContentType: "application/vnd.sun.xml.draw", 3421 Compressible: false, 3422 }, 3423 "sxg": { 3424 ContentType: "application/vnd.sun.xml.writer.global", 3425 Compressible: false, 3426 }, 3427 "sxi": { 3428 ContentType: "application/vnd.sun.xml.impress", 3429 Compressible: false, 3430 }, 3431 "sxm": { 3432 ContentType: "application/vnd.sun.xml.math", 3433 Compressible: false, 3434 }, 3435 "sxw": { 3436 ContentType: "application/vnd.sun.xml.writer", 3437 Compressible: false, 3438 }, 3439 "t": { 3440 ContentType: "text/troff", 3441 Compressible: false, 3442 }, 3443 "t3": { 3444 ContentType: "application/x-t3vm-image", 3445 Compressible: false, 3446 }, 3447 "t38": { 3448 ContentType: "image/t38", 3449 Compressible: false, 3450 }, 3451 "taglet": { 3452 ContentType: "application/vnd.mynfc", 3453 Compressible: false, 3454 }, 3455 "tao": { 3456 ContentType: "application/vnd.tao.intent-module-archive", 3457 Compressible: false, 3458 }, 3459 "tap": { 3460 ContentType: "image/vnd.tencent.tap", 3461 Compressible: false, 3462 }, 3463 "tar": { 3464 ContentType: "application/x-tar", 3465 Compressible: false, 3466 }, 3467 "tcap": { 3468 ContentType: "application/vnd.3gpp2.tcap", 3469 Compressible: false, 3470 }, 3471 "tcl": { 3472 ContentType: "application/x-tcl", 3473 Compressible: false, 3474 }, 3475 "teacher": { 3476 ContentType: "application/vnd.smart.teacher", 3477 Compressible: false, 3478 }, 3479 "tei": { 3480 ContentType: "application/tei+xml", 3481 Compressible: false, 3482 }, 3483 "teicorpus": { 3484 ContentType: "application/tei+xml", 3485 Compressible: false, 3486 }, 3487 "tex": { 3488 ContentType: "application/x-tex", 3489 Compressible: false, 3490 }, 3491 "texi": { 3492 ContentType: "application/x-texinfo", 3493 Compressible: false, 3494 }, 3495 "texinfo": { 3496 ContentType: "application/x-texinfo", 3497 Compressible: false, 3498 }, 3499 "text": { 3500 ContentType: "text/plain", 3501 Compressible: false, 3502 }, 3503 "tfi": { 3504 ContentType: "application/thraud+xml", 3505 Compressible: false, 3506 }, 3507 "tfm": { 3508 ContentType: "application/x-tex-tfm", 3509 Compressible: false, 3510 }, 3511 "tfx": { 3512 ContentType: "image/tiff-fx", 3513 Compressible: false, 3514 }, 3515 "tga": { 3516 ContentType: "image/x-tga", 3517 Compressible: false, 3518 }, 3519 "thmx": { 3520 ContentType: "application/vnd.ms-officetheme", 3521 Compressible: false, 3522 }, 3523 "tif": { 3524 ContentType: "image/tiff", 3525 Compressible: false, 3526 }, 3527 "tiff": { 3528 ContentType: "image/tiff", 3529 Compressible: false, 3530 }, 3531 "tk": { 3532 ContentType: "application/x-tcl", 3533 Compressible: false, 3534 }, 3535 "tmo": { 3536 ContentType: "application/vnd.tmobile-livetv", 3537 Compressible: false, 3538 }, 3539 "torrent": { 3540 ContentType: "application/x-bittorrent", 3541 Compressible: false, 3542 }, 3543 "tpl": { 3544 ContentType: "application/vnd.groove-tool-template", 3545 Compressible: false, 3546 }, 3547 "tpt": { 3548 ContentType: "application/vnd.trid.tpt", 3549 Compressible: false, 3550 }, 3551 "tr": { 3552 ContentType: "text/troff", 3553 Compressible: false, 3554 }, 3555 "tra": { 3556 ContentType: "application/vnd.trueapp", 3557 Compressible: false, 3558 }, 3559 "trm": { 3560 ContentType: "application/x-msterminal", 3561 Compressible: false, 3562 }, 3563 "ts": { 3564 ContentType: "video/mp2t", 3565 Compressible: false, 3566 }, 3567 "tsd": { 3568 ContentType: "application/timestamped-data", 3569 Compressible: false, 3570 }, 3571 "tsv": { 3572 ContentType: "text/tab-separated-values", 3573 Compressible: false, 3574 }, 3575 "ttc": { 3576 ContentType: "font/collection", 3577 Compressible: false, 3578 }, 3579 "ttf": { 3580 ContentType: "font/ttf", 3581 Compressible: false, 3582 }, 3583 "ttl": { 3584 ContentType: "text/turtle", 3585 Compressible: false, 3586 }, 3587 "twd": { 3588 ContentType: "application/vnd.simtech-mindmapper", 3589 Compressible: false, 3590 }, 3591 "twds": { 3592 ContentType: "application/vnd.simtech-mindmapper", 3593 Compressible: false, 3594 }, 3595 "txd": { 3596 ContentType: "application/vnd.genomatix.tuxedo", 3597 Compressible: false, 3598 }, 3599 "txf": { 3600 ContentType: "application/vnd.mobius.txf", 3601 Compressible: false, 3602 }, 3603 "txt": { 3604 ContentType: "text/plain", 3605 Compressible: false, 3606 }, 3607 "u32": { 3608 ContentType: "application/x-authorware-bin", 3609 Compressible: false, 3610 }, 3611 "u8dsn": { 3612 ContentType: "message/global-delivery-status", 3613 Compressible: false, 3614 }, 3615 "u8hdr": { 3616 ContentType: "message/global-headers", 3617 Compressible: false, 3618 }, 3619 "u8mdn": { 3620 ContentType: "message/global-disposition-notification", 3621 Compressible: false, 3622 }, 3623 "u8msg": { 3624 ContentType: "message/global", 3625 Compressible: false, 3626 }, 3627 "udeb": { 3628 ContentType: "application/x-debian-package", 3629 Compressible: false, 3630 }, 3631 "ufd": { 3632 ContentType: "application/vnd.ufdl", 3633 Compressible: false, 3634 }, 3635 "ufdl": { 3636 ContentType: "application/vnd.ufdl", 3637 Compressible: false, 3638 }, 3639 "ulx": { 3640 ContentType: "application/x-glulx", 3641 Compressible: false, 3642 }, 3643 "umj": { 3644 ContentType: "application/vnd.umajin", 3645 Compressible: false, 3646 }, 3647 "unityweb": { 3648 ContentType: "application/vnd.unity", 3649 Compressible: false, 3650 }, 3651 "uoml": { 3652 ContentType: "application/vnd.uoml+xml", 3653 Compressible: false, 3654 }, 3655 "uri": { 3656 ContentType: "text/uri-list", 3657 Compressible: false, 3658 }, 3659 "uris": { 3660 ContentType: "text/uri-list", 3661 Compressible: false, 3662 }, 3663 "urls": { 3664 ContentType: "text/uri-list", 3665 Compressible: false, 3666 }, 3667 "ustar": { 3668 ContentType: "application/x-ustar", 3669 Compressible: false, 3670 }, 3671 "utz": { 3672 ContentType: "application/vnd.uiq.theme", 3673 Compressible: false, 3674 }, 3675 "uu": { 3676 ContentType: "text/x-uuencode", 3677 Compressible: false, 3678 }, 3679 "uva": { 3680 ContentType: "audio/vnd.dece.audio", 3681 Compressible: false, 3682 }, 3683 "uvd": { 3684 ContentType: "application/vnd.dece.data", 3685 Compressible: false, 3686 }, 3687 "uvf": { 3688 ContentType: "application/vnd.dece.data", 3689 Compressible: false, 3690 }, 3691 "uvg": { 3692 ContentType: "image/vnd.dece.graphic", 3693 Compressible: false, 3694 }, 3695 "uvh": { 3696 ContentType: "video/vnd.dece.hd", 3697 Compressible: false, 3698 }, 3699 "uvi": { 3700 ContentType: "image/vnd.dece.graphic", 3701 Compressible: false, 3702 }, 3703 "uvm": { 3704 ContentType: "video/vnd.dece.mobile", 3705 Compressible: false, 3706 }, 3707 "uvp": { 3708 ContentType: "video/vnd.dece.pd", 3709 Compressible: false, 3710 }, 3711 "uvs": { 3712 ContentType: "video/vnd.dece.sd", 3713 Compressible: false, 3714 }, 3715 "uvt": { 3716 ContentType: "application/vnd.dece.ttml+xml", 3717 Compressible: false, 3718 }, 3719 "uvu": { 3720 ContentType: "video/vnd.uvvu.mp4", 3721 Compressible: false, 3722 }, 3723 "uvv": { 3724 ContentType: "video/vnd.dece.video", 3725 Compressible: false, 3726 }, 3727 "uvva": { 3728 ContentType: "audio/vnd.dece.audio", 3729 Compressible: false, 3730 }, 3731 "uvvd": { 3732 ContentType: "application/vnd.dece.data", 3733 Compressible: false, 3734 }, 3735 "uvvf": { 3736 ContentType: "application/vnd.dece.data", 3737 Compressible: false, 3738 }, 3739 "uvvg": { 3740 ContentType: "image/vnd.dece.graphic", 3741 Compressible: false, 3742 }, 3743 "uvvh": { 3744 ContentType: "video/vnd.dece.hd", 3745 Compressible: false, 3746 }, 3747 "uvvi": { 3748 ContentType: "image/vnd.dece.graphic", 3749 Compressible: false, 3750 }, 3751 "uvvm": { 3752 ContentType: "video/vnd.dece.mobile", 3753 Compressible: false, 3754 }, 3755 "uvvp": { 3756 ContentType: "video/vnd.dece.pd", 3757 Compressible: false, 3758 }, 3759 "uvvs": { 3760 ContentType: "video/vnd.dece.sd", 3761 Compressible: false, 3762 }, 3763 "uvvt": { 3764 ContentType: "application/vnd.dece.ttml+xml", 3765 Compressible: false, 3766 }, 3767 "uvvu": { 3768 ContentType: "video/vnd.uvvu.mp4", 3769 Compressible: false, 3770 }, 3771 "uvvv": { 3772 ContentType: "video/vnd.dece.video", 3773 Compressible: false, 3774 }, 3775 "uvvx": { 3776 ContentType: "application/vnd.dece.unspecified", 3777 Compressible: false, 3778 }, 3779 "uvvz": { 3780 ContentType: "application/vnd.dece.zip", 3781 Compressible: false, 3782 }, 3783 "uvx": { 3784 ContentType: "application/vnd.dece.unspecified", 3785 Compressible: false, 3786 }, 3787 "uvz": { 3788 ContentType: "application/vnd.dece.zip", 3789 Compressible: false, 3790 }, 3791 "vbox": { 3792 ContentType: "application/x-virtualbox-vbox", 3793 Compressible: false, 3794 }, 3795 "vbox-extpack": { 3796 ContentType: "application/x-virtualbox-vbox-extpack", 3797 Compressible: false, 3798 }, 3799 "vcard": { 3800 ContentType: "text/vcard", 3801 Compressible: false, 3802 }, 3803 "vcd": { 3804 ContentType: "application/x-cdlink", 3805 Compressible: false, 3806 }, 3807 "vcf": { 3808 ContentType: "text/x-vcard", 3809 Compressible: false, 3810 }, 3811 "vcg": { 3812 ContentType: "application/vnd.groove-vcard", 3813 Compressible: false, 3814 }, 3815 "vcs": { 3816 ContentType: "text/x-vcalendar", 3817 Compressible: false, 3818 }, 3819 "vcx": { 3820 ContentType: "application/vnd.vcx", 3821 Compressible: false, 3822 }, 3823 "vdi": { 3824 ContentType: "application/x-virtualbox-vdi", 3825 Compressible: false, 3826 }, 3827 "vhd": { 3828 ContentType: "application/x-virtualbox-vhd", 3829 Compressible: false, 3830 }, 3831 "vis": { 3832 ContentType: "application/vnd.visionary", 3833 Compressible: false, 3834 }, 3835 "viv": { 3836 ContentType: "video/vnd.vivo", 3837 Compressible: false, 3838 }, 3839 "vmdk": { 3840 ContentType: "application/x-virtualbox-vmdk", 3841 Compressible: false, 3842 }, 3843 "vob": { 3844 ContentType: "video/x-ms-vob", 3845 Compressible: false, 3846 }, 3847 "vor": { 3848 ContentType: "application/vnd.stardivision.writer", 3849 Compressible: false, 3850 }, 3851 "vox": { 3852 ContentType: "application/x-authorware-bin", 3853 Compressible: false, 3854 }, 3855 "vrml": { 3856 ContentType: "model/vrml", 3857 Compressible: false, 3858 }, 3859 "vsd": { 3860 ContentType: "application/vnd.visio", 3861 Compressible: false, 3862 }, 3863 "vsf": { 3864 ContentType: "application/vnd.vsf", 3865 Compressible: false, 3866 }, 3867 "vss": { 3868 ContentType: "application/vnd.visio", 3869 Compressible: false, 3870 }, 3871 "vst": { 3872 ContentType: "application/vnd.visio", 3873 Compressible: false, 3874 }, 3875 "vsw": { 3876 ContentType: "application/vnd.visio", 3877 Compressible: false, 3878 }, 3879 "vtf": { 3880 ContentType: "image/vnd.valve.source.texture", 3881 Compressible: false, 3882 }, 3883 "vtt": { 3884 ContentType: "text/vtt", 3885 Compressible: false, 3886 }, 3887 "vtu": { 3888 ContentType: "model/vnd.vtu", 3889 Compressible: false, 3890 }, 3891 "vxml": { 3892 ContentType: "application/voicexml+xml", 3893 Compressible: false, 3894 }, 3895 "w3d": { 3896 ContentType: "application/x-director", 3897 Compressible: false, 3898 }, 3899 "wad": { 3900 ContentType: "application/x-doom", 3901 Compressible: false, 3902 }, 3903 "wadl": { 3904 ContentType: "application/vnd.sun.wadl+xml", 3905 Compressible: false, 3906 }, 3907 "war": { 3908 ContentType: "application/java-archive", 3909 Compressible: false, 3910 }, 3911 "wasm": { 3912 ContentType: "application/wasm", 3913 Compressible: false, 3914 }, 3915 "wav": { 3916 ContentType: "audio/x-wav", 3917 Compressible: false, 3918 }, 3919 "wax": { 3920 ContentType: "audio/x-ms-wax", 3921 Compressible: false, 3922 }, 3923 "wbmp": { 3924 ContentType: "image/vnd.wap.wbmp", 3925 Compressible: false, 3926 }, 3927 "wbs": { 3928 ContentType: "application/vnd.criticaltools.wbs+xml", 3929 Compressible: false, 3930 }, 3931 "wbxml": { 3932 ContentType: "application/vnd.wap.wbxml", 3933 Compressible: false, 3934 }, 3935 "wcm": { 3936 ContentType: "application/vnd.ms-works", 3937 Compressible: false, 3938 }, 3939 "wdb": { 3940 ContentType: "application/vnd.ms-works", 3941 Compressible: false, 3942 }, 3943 "wdp": { 3944 ContentType: "image/vnd.ms-photo", 3945 Compressible: false, 3946 }, 3947 "weba": { 3948 ContentType: "audio/webm", 3949 Compressible: false, 3950 }, 3951 "webapp": { 3952 ContentType: "application/x-web-app-manifest+json", 3953 Compressible: false, 3954 }, 3955 "webm": { 3956 ContentType: "video/webm", 3957 Compressible: false, 3958 }, 3959 "webmanifest": { 3960 ContentType: "application/manifest+json", 3961 Compressible: false, 3962 }, 3963 "webp": { 3964 ContentType: "image/webp", 3965 Compressible: false, 3966 }, 3967 "wg": { 3968 ContentType: "application/vnd.pmi.widget", 3969 Compressible: false, 3970 }, 3971 "wgt": { 3972 ContentType: "application/widget", 3973 Compressible: false, 3974 }, 3975 "wks": { 3976 ContentType: "application/vnd.ms-works", 3977 Compressible: false, 3978 }, 3979 "wm": { 3980 ContentType: "video/x-ms-wm", 3981 Compressible: false, 3982 }, 3983 "wma": { 3984 ContentType: "audio/x-ms-wma", 3985 Compressible: false, 3986 }, 3987 "wmd": { 3988 ContentType: "application/x-ms-wmd", 3989 Compressible: false, 3990 }, 3991 "wmf": { 3992 ContentType: "image/wmf", 3993 Compressible: false, 3994 }, 3995 "wml": { 3996 ContentType: "text/vnd.wap.wml", 3997 Compressible: false, 3998 }, 3999 "wmlc": { 4000 ContentType: "application/vnd.wap.wmlc", 4001 Compressible: false, 4002 }, 4003 "wmls": { 4004 ContentType: "text/vnd.wap.wmlscript", 4005 Compressible: false, 4006 }, 4007 "wmlsc": { 4008 ContentType: "application/vnd.wap.wmlscriptc", 4009 Compressible: false, 4010 }, 4011 "wmv": { 4012 ContentType: "video/x-ms-wmv", 4013 Compressible: false, 4014 }, 4015 "wmx": { 4016 ContentType: "video/x-ms-wmx", 4017 Compressible: false, 4018 }, 4019 "wmz": { 4020 ContentType: "application/x-msmetafile", 4021 Compressible: false, 4022 }, 4023 "woff": { 4024 ContentType: "font/woff", 4025 Compressible: false, 4026 }, 4027 "woff2": { 4028 ContentType: "font/woff2", 4029 Compressible: false, 4030 }, 4031 "wpd": { 4032 ContentType: "application/vnd.wordperfect", 4033 Compressible: false, 4034 }, 4035 "wpl": { 4036 ContentType: "application/vnd.ms-wpl", 4037 Compressible: false, 4038 }, 4039 "wps": { 4040 ContentType: "application/vnd.ms-works", 4041 Compressible: false, 4042 }, 4043 "wqd": { 4044 ContentType: "application/vnd.wqd", 4045 Compressible: false, 4046 }, 4047 "wri": { 4048 ContentType: "application/x-mswrite", 4049 Compressible: false, 4050 }, 4051 "wrl": { 4052 ContentType: "model/vrml", 4053 Compressible: false, 4054 }, 4055 "wsc": { 4056 ContentType: "message/vnd.wfa.wsc", 4057 Compressible: false, 4058 }, 4059 "wsdl": { 4060 ContentType: "application/wsdl+xml", 4061 Compressible: false, 4062 }, 4063 "wspolicy": { 4064 ContentType: "application/wspolicy+xml", 4065 Compressible: false, 4066 }, 4067 "wtb": { 4068 ContentType: "application/vnd.webturbo", 4069 Compressible: false, 4070 }, 4071 "wvx": { 4072 ContentType: "video/x-ms-wvx", 4073 Compressible: false, 4074 }, 4075 "x32": { 4076 ContentType: "application/x-authorware-bin", 4077 Compressible: false, 4078 }, 4079 "x3d": { 4080 ContentType: "model/x3d+xml", 4081 Compressible: false, 4082 }, 4083 "x3db": { 4084 ContentType: "model/x3d+binary", 4085 Compressible: false, 4086 }, 4087 "x3dbz": { 4088 ContentType: "model/x3d+binary", 4089 Compressible: false, 4090 }, 4091 "x3dv": { 4092 ContentType: "model/x3d+vrml", 4093 Compressible: false, 4094 }, 4095 "x3dvz": { 4096 ContentType: "model/x3d+vrml", 4097 Compressible: false, 4098 }, 4099 "x3dz": { 4100 ContentType: "model/x3d+xml", 4101 Compressible: false, 4102 }, 4103 "xaml": { 4104 ContentType: "application/xaml+xml", 4105 Compressible: false, 4106 }, 4107 "xap": { 4108 ContentType: "application/x-silverlight-app", 4109 Compressible: false, 4110 }, 4111 "xar": { 4112 ContentType: "application/vnd.xara", 4113 Compressible: false, 4114 }, 4115 "xbap": { 4116 ContentType: "application/x-ms-xbap", 4117 Compressible: false, 4118 }, 4119 "xbd": { 4120 ContentType: "application/vnd.fujixerox.docuworks.binder", 4121 Compressible: false, 4122 }, 4123 "xbm": { 4124 ContentType: "image/x-xbitmap", 4125 Compressible: false, 4126 }, 4127 "xdf": { 4128 ContentType: "application/xcap-diff+xml", 4129 Compressible: false, 4130 }, 4131 "xdm": { 4132 ContentType: "application/vnd.syncml.dm+xml", 4133 Compressible: false, 4134 }, 4135 "xdp": { 4136 ContentType: "application/vnd.adobe.xdp+xml", 4137 Compressible: false, 4138 }, 4139 "xdssc": { 4140 ContentType: "application/dssc+xml", 4141 Compressible: false, 4142 }, 4143 "xdw": { 4144 ContentType: "application/vnd.fujixerox.docuworks", 4145 Compressible: false, 4146 }, 4147 "xenc": { 4148 ContentType: "application/xenc+xml", 4149 Compressible: false, 4150 }, 4151 "xer": { 4152 ContentType: "application/patch-ops-error+xml", 4153 Compressible: false, 4154 }, 4155 "xfdf": { 4156 ContentType: "application/vnd.adobe.xfdf", 4157 Compressible: false, 4158 }, 4159 "xfdl": { 4160 ContentType: "application/vnd.xfdl", 4161 Compressible: false, 4162 }, 4163 "xht": { 4164 ContentType: "application/xhtml+xml", 4165 Compressible: false, 4166 }, 4167 "xhtml": { 4168 ContentType: "application/xhtml+xml", 4169 Compressible: false, 4170 }, 4171 "xhvml": { 4172 ContentType: "application/xv+xml", 4173 Compressible: false, 4174 }, 4175 "xif": { 4176 ContentType: "image/vnd.xiff", 4177 Compressible: false, 4178 }, 4179 "xla": { 4180 ContentType: "application/vnd.ms-excel", 4181 Compressible: false, 4182 }, 4183 "xlam": { 4184 ContentType: "application/vnd.ms-excel.addin.macroenabled.12", 4185 Compressible: false, 4186 }, 4187 "xlc": { 4188 ContentType: "application/vnd.ms-excel", 4189 Compressible: false, 4190 }, 4191 "xlf": { 4192 ContentType: "application/x-xliff+xml", 4193 Compressible: false, 4194 }, 4195 "xlm": { 4196 ContentType: "application/vnd.ms-excel", 4197 Compressible: false, 4198 }, 4199 "xls": { 4200 ContentType: "application/vnd.ms-excel", 4201 Compressible: false, 4202 }, 4203 "xlsb": { 4204 ContentType: "application/vnd.ms-excel.sheet.binary.macroenabled.12", 4205 Compressible: false, 4206 }, 4207 "xlsm": { 4208 ContentType: "application/vnd.ms-excel.sheet.macroenabled.12", 4209 Compressible: false, 4210 }, 4211 "xlsx": { 4212 ContentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", 4213 Compressible: false, 4214 }, 4215 "xlt": { 4216 ContentType: "application/vnd.ms-excel", 4217 Compressible: false, 4218 }, 4219 "xltm": { 4220 ContentType: "application/vnd.ms-excel.template.macroenabled.12", 4221 Compressible: false, 4222 }, 4223 "xltx": { 4224 ContentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.template", 4225 Compressible: false, 4226 }, 4227 "xlw": { 4228 ContentType: "application/vnd.ms-excel", 4229 Compressible: false, 4230 }, 4231 "xm": { 4232 ContentType: "audio/xm", 4233 Compressible: false, 4234 }, 4235 "xml": { 4236 ContentType: "text/xml", 4237 Compressible: false, 4238 }, 4239 "xo": { 4240 ContentType: "application/vnd.olpc-sugar", 4241 Compressible: false, 4242 }, 4243 "xop": { 4244 ContentType: "application/xop+xml", 4245 Compressible: false, 4246 }, 4247 "xpi": { 4248 ContentType: "application/x-xpinstall", 4249 Compressible: false, 4250 }, 4251 "xpl": { 4252 ContentType: "application/xproc+xml", 4253 Compressible: false, 4254 }, 4255 "xpm": { 4256 ContentType: "image/x-xpixmap", 4257 Compressible: false, 4258 }, 4259 "xpr": { 4260 ContentType: "application/vnd.is-xpr", 4261 Compressible: false, 4262 }, 4263 "xps": { 4264 ContentType: "application/vnd.ms-xpsdocument", 4265 Compressible: false, 4266 }, 4267 "xpw": { 4268 ContentType: "application/vnd.intercon.formnet", 4269 Compressible: false, 4270 }, 4271 "xpx": { 4272 ContentType: "application/vnd.intercon.formnet", 4273 Compressible: false, 4274 }, 4275 "xsd": { 4276 ContentType: "application/xml", 4277 Compressible: false, 4278 }, 4279 "xsl": { 4280 ContentType: "application/xml", 4281 Compressible: false, 4282 }, 4283 "xslt": { 4284 ContentType: "application/xslt+xml", 4285 Compressible: false, 4286 }, 4287 "xsm": { 4288 ContentType: "application/vnd.syncml+xml", 4289 Compressible: false, 4290 }, 4291 "xspf": { 4292 ContentType: "application/xspf+xml", 4293 Compressible: false, 4294 }, 4295 "xul": { 4296 ContentType: "application/vnd.mozilla.xul+xml", 4297 Compressible: false, 4298 }, 4299 "xvm": { 4300 ContentType: "application/xv+xml", 4301 Compressible: false, 4302 }, 4303 "xvml": { 4304 ContentType: "application/xv+xml", 4305 Compressible: false, 4306 }, 4307 "xwd": { 4308 ContentType: "image/x-xwindowdump", 4309 Compressible: false, 4310 }, 4311 "xyz": { 4312 ContentType: "chemical/x-xyz", 4313 Compressible: false, 4314 }, 4315 "xz": { 4316 ContentType: "application/x-xz", 4317 Compressible: false, 4318 }, 4319 "yaml": { 4320 ContentType: "text/yaml", 4321 Compressible: false, 4322 }, 4323 "yang": { 4324 ContentType: "application/yang", 4325 Compressible: false, 4326 }, 4327 "yin": { 4328 ContentType: "application/yin+xml", 4329 Compressible: false, 4330 }, 4331 "yml": { 4332 ContentType: "text/yaml", 4333 Compressible: false, 4334 }, 4335 "ymp": { 4336 ContentType: "text/x-suse-ymp", 4337 Compressible: false, 4338 }, 4339 "z1": { 4340 ContentType: "application/x-zmachine", 4341 Compressible: false, 4342 }, 4343 "z2": { 4344 ContentType: "application/x-zmachine", 4345 Compressible: false, 4346 }, 4347 "z3": { 4348 ContentType: "application/x-zmachine", 4349 Compressible: false, 4350 }, 4351 "z4": { 4352 ContentType: "application/x-zmachine", 4353 Compressible: false, 4354 }, 4355 "z5": { 4356 ContentType: "application/x-zmachine", 4357 Compressible: false, 4358 }, 4359 "z6": { 4360 ContentType: "application/x-zmachine", 4361 Compressible: false, 4362 }, 4363 "z7": { 4364 ContentType: "application/x-zmachine", 4365 Compressible: false, 4366 }, 4367 "z8": { 4368 ContentType: "application/x-zmachine", 4369 Compressible: false, 4370 }, 4371 "zaz": { 4372 ContentType: "application/vnd.zzazz.deck+xml", 4373 Compressible: false, 4374 }, 4375 "zip": { 4376 ContentType: "application/zip", 4377 Compressible: false, 4378 }, 4379 "zir": { 4380 ContentType: "application/vnd.zul", 4381 Compressible: false, 4382 }, 4383 "zirz": { 4384 ContentType: "application/vnd.zul", 4385 Compressible: false, 4386 }, 4387 "zmm": { 4388 ContentType: "application/vnd.handheld-entertainment+xml", 4389 Compressible: false, 4390 }, 4391 }