mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-14 14:20:11 -07:00
15 lines
522 B
Text
15 lines
522 B
Text
|
<IfModule mod_deflate.c>
|
||
|
<IfModule mod_filter.c>
|
||
|
# these are known to be safe with MSIE 6
|
||
|
AddOutputFilterByType DEFLATE text/html text/plain text/xml
|
||
|
|
||
|
# everything else may cause problems with MSIE 6
|
||
|
AddOutputFilterByType DEFLATE text/css
|
||
|
AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
|
||
|
AddOutputFilterByType DEFLATE application/rss+xml
|
||
|
AddOutputFilterByType DEFLATE application/xml
|
||
|
</IfModule>
|
||
|
</IfModule>
|
||
|
|
||
|
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
|