Skip to content

Commit

Permalink
feat(silent): 白名单规则增加单引号
Browse files Browse the repository at this point in the history
  • Loading branch information
dzpao committed Apr 20, 2024
1 parent e3ba153 commit ebef813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/silent.tin
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

#nop 参数不允许有特殊字符;
#var silent-check-retcode {};
#regex {$cmd[args]} {{*UTF8}{^([a-z0-9. -]|\p{Han})*$}} {
#regex {$cmd[args]} {{*UTF8}{^([a-z0-9'. -]|\p{Han})*$}} {
#var silent-check-retcode {1};
} {
#var silent-check-retcode {0};
Expand Down

0 comments on commit ebef813

Please sign in to comment.