Skip to content

Commit b5b738f

Browse files
committed
fix
1 parent 4bf4df7 commit b5b738f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relay-pii/src/regexes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ regex!(
276276
)
277277
)
278278
(
279-
[A–Za-z0–9'\.\ _!\#^~-]+
279+
[^/\\\r\n]+
280280
)
281281
"
282282
);

0 commit comments

Comments
 (0)