mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-27 23:03:37 -05:00
Merge pull request #510 from alehano/master
gzip: Add .svg to default ext list
This commit is contained in:
commit
8655ea671b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ type RequestFilter interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// defaultExtensions is the list of default extensions for which to enable gzipping.
|
// defaultExtensions is the list of default extensions for which to enable gzipping.
|
||||||
var defaultExtensions = []string{"", ".txt", ".htm", ".html", ".css", ".php", ".js", ".json", ".md", ".xml"}
|
var defaultExtensions = []string{"", ".txt", ".htm", ".html", ".css", ".php", ".js", ".json", ".md", ".xml", ".svg"}
|
||||||
|
|
||||||
// DefaultExtFilter creates an ExtFilter with default extensions.
|
// DefaultExtFilter creates an ExtFilter with default extensions.
|
||||||
func DefaultExtFilter() ExtFilter {
|
func DefaultExtFilter() ExtFilter {
|
||||||
|
|
Loading…
Add table
Reference in a new issue