mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
config: strip quotes from http redirect addr (#818)
This commit is contained in:
parent
44784e98fe
commit
12e373249b
2 changed files with 12 additions and 0 deletions
|
@ -581,6 +581,9 @@ func (o *Options) Validate() error {
|
|||
}
|
||||
}
|
||||
|
||||
// strip quotes from redirect address (#811)
|
||||
o.HTTPRedirectAddr = strings.Trim(o.HTTPRedirectAddr, `"'`)
|
||||
|
||||
RedirectAndAutocertServer.update(o)
|
||||
|
||||
err = AutocertManager.update(o)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue