mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-25 15:07:33 +02:00
This reverts commit b2ceaa9e91
.
This commit is contained in:
parent
4f78a9b301
commit
0bc598f952
7 changed files with 77 additions and 156 deletions
|
@ -16,7 +16,6 @@ var luascripts struct {
|
|||
ExtAuthzSetCookie string
|
||||
CleanUpstream string
|
||||
RemoveImpersonateHeaders string
|
||||
FixMisdirected string
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
@ -29,7 +28,6 @@ func init() {
|
|||
"/clean-upstream.lua": &luascripts.CleanUpstream,
|
||||
"/ext-authz-set-cookie.lua": &luascripts.ExtAuthzSetCookie,
|
||||
"/remove-impersonate-headers.lua": &luascripts.RemoveImpersonateHeaders,
|
||||
"/fix-misdirected.lua": &luascripts.FixMisdirected,
|
||||
}
|
||||
|
||||
err = fs.Walk(hfs, "/", func(p string, fi os.FileInfo, err error) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue