Skip to content

Commit

Permalink
empty ContentTypes allows all types
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris committed Oct 2, 2018
1 parent 7a20dd2 commit a903995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imageproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ type Proxy struct {
// If true, log additional debug messages
Verbose bool

// ContentTypes specifies a list of content types to allow. An empty list means only image types
// are allowed.
// ContentTypes specifies a list of content types to allow. An empty
// list means all content types are allowed.
ContentTypes []string
}

Expand Down

0 comments on commit a903995

Please sign in to comment.