Update general-tokens.yaml
Better false positive protection. https://regex101.com/r/taSYEa/1patch-1
parent
c162946420
commit
c2eb8b2df2
|
@ -25,7 +25,7 @@ requests:
|
|||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- (K|k)ey(up|down|press)
|
||||
- (K|k)ey([U|u]p|[D|d]own|[P|p]ress)
|
||||
- (K|k)eyboard(N|n)avigation
|
||||
condition: or
|
||||
negative: true
|
||||
|
|
Loading…
Reference in New Issue