mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add mime type to httpd ipa.conf for xpi exetension
Some configuration doesn't give proper mime type to xpi files. This patch explicitly sets it. https://fedorahosted.org/freeipa/ticket/3094
This commit is contained in:
committed by
Martin Kosek
parent
2411377d40
commit
9bb927eb1c
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# VERSION 8 - DO NOT REMOVE THIS LINE
|
||||
# VERSION 9 - DO NOT REMOVE THIS LINE
|
||||
#
|
||||
# This file may be overwritten on upgrades.
|
||||
#
|
||||
@@ -20,6 +20,7 @@ LimitRequestFieldSize 100000
|
||||
|
||||
# This is required so the auto-configuration works with Firefox 2+
|
||||
AddType application/java-archive jar
|
||||
AddType application/x-xpinstall xpi
|
||||
|
||||
|
||||
# FIXME: WSGISocketPrefix is a server-scope directive. The mod_wsgi package
|
||||
|
Reference in New Issue
Block a user