Skip to content

Commit 1690565

Browse files
committed
chore: support finger send_data
1 parent f6f20c0 commit 1690565

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/load.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ func LoadFingers() error {
3131
return err
3232
}
3333
for _, f := range FingerEngine.Fingers().HTTPFingers {
34+
if f.SendDataStr != "" {
35+
ActivePath = append(ActivePath, f.SendDataStr)
36+
}
3437
for _, rule := range f.Rules {
3538
if rule.SendDataStr != "" {
3639
ActivePath = append(ActivePath, rule.SendDataStr)

0 commit comments

Comments
 (0)