This commit is contained in:
Gianni Carafa
2023-11-16 13:10:55 +01:00
parent a83503170e
commit dae4afb55e

View File

@@ -44,7 +44,7 @@ type Rule struct {
UrlMods struct { UrlMods struct {
Domain []Regex `yaml:"domain,omitempty"` Domain []Regex `yaml:"domain,omitempty"`
Path []Regex `yaml:"path,omitempty"` Path []Regex `yaml:"path,omitempty"`
Query []KV `yaml:"queryomitempty"` Query []KV `yaml:"query,omitempty"`
} `yaml:"urlMods,omitempty"` } `yaml:"urlMods,omitempty"`
Injections []struct { Injections []struct {