mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
🔊 More logs
This commit is contained in:
parent
7c08fbd7f2
commit
5136eea7ff
@ -25,7 +25,13 @@ export const computeRiskLevel = (typebot: any, params?: Params) => {
|
||||
`(?<!(https?://|@)[^\\s"]*)\\b${keyword}${
|
||||
keyword.includes("$") ? "" : `\\b`
|
||||
}`,
|
||||
`(?<!(https?://|@)[^\\s"]*)\\b${keyword}\\b`,
|
||||
`(?<!(https?://|@)[^\\s"]*)\\b${keyword}${`\\b`}`,
|
||||
`(?<!(https?://|@)[^\\s"]*)\\b${keyword}${
|
||||
keyword.includes("$") ? "" : "\\b"
|
||||
}`,
|
||||
`(?<!(https?://|@)[^\\s"]*)\\b${keyword}${
|
||||
keyword.includes("$") ? "" : "\\\\b"
|
||||
}`,
|
||||
);
|
||||
}),
|
||||
/(?<!(https?:\/\/|@)[^\s"]*)\btest\b/.test("test"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user