fix typo
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user