From 016384abefcf99f1ec7fd57ff636b37b7bf1c178 Mon Sep 17 00:00:00 2001 From: Gregor Noczinski Date: Sat, 15 Oct 2016 17:31:22 +0200 Subject: [PATCH] * Added directive "filter" to whitelist for support of github.com/echocat/caddy-filter (#1167) --- caddyhttp/httpserver/plugin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index d52118a6..2690b536 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -437,6 +437,7 @@ var directives = []string{ "hugo", // github.com/hacdias/caddy-hugo "mailout", // github.com/SchumacherFM/mailout "awslambda", // github.com/coopernurse/caddy-awslambda + "filter", // github.com/echocat/caddy-filter } const (