Sha256: a05f825749dc5eb405f1a350b20e77e5ae3d7523dae25932a0716c3d43830a45
Contents?: true
Size: 533 Bytes
Versions: 40
Compression:
Stored size: 533 Bytes
Contents
# this is a very minimal mime configuration -- in particular, all # of the magical language/negotiation stuff that apache can do. # has been stripped out, because we don't use apache for that. <IfModule mod_mime.c> # Lookup mime types in the system-wide mime.types file first TypesConfig /etc/mime.types # for firefox extensions: # this is in more recent mime.types files (feisty) but not older ones # (sarge). explicitly include it just to be safe. AddType application/x-xpinstall .xpi </IfModule>
Version data entries
40 entries across 40 versions & 3 rubygems