diff options
Diffstat (limited to 'internal/middlewares/const.go')
| -rw-r--r-- | internal/middlewares/const.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/middlewares/const.go b/internal/middlewares/const.go index 7c383f630..6c3361b49 100644 --- a/internal/middlewares/const.go +++ b/internal/middlewares/const.go @@ -24,7 +24,6 @@ var ( headerXForwardedMethod = []byte("X-Forwarded-Method") headerVary = []byte(fasthttp.HeaderVary) - headerAllow = []byte(fasthttp.HeaderAllow) headerOrigin = []byte(fasthttp.HeaderOrigin) headerAccessControlAllowCredentials = []byte(fasthttp.HeaderAccessControlAllowCredentials) |
