We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f20c0 commit 1690565Copy full SHA for 1690565
1 file changed
pkg/load.go
@@ -31,6 +31,9 @@ func LoadFingers() error {
31
return err
32
}
33
for _, f := range FingerEngine.Fingers().HTTPFingers {
34
+ if f.SendDataStr != "" {
35
+ ActivePath = append(ActivePath, f.SendDataStr)
36
+ }
37
for _, rule := range f.Rules {
38
if rule.SendDataStr != "" {
39
ActivePath = append(ActivePath, rule.SendDataStr)
0 commit comments