Compare commits

..

1 Commits

Author SHA1 Message Date
C272
8246e6f35c
Merge d506fe51f9 into 80091058fe 2024-06-28 05:31:13 +02:00
2 changed files with 535 additions and 591 deletions

View File

@ -171,7 +171,7 @@ fn add_common_redactions(subs: &mut snapbox::Redactions) {
.unwrap();
subs.insert(
"[FILE_SIZE]",
regex!(r"(?<redacted>[0-9]+(\.[0-9]+)?([a-zA-Z]i)?)B\s"),
regex!(r"(?<redacted>[0-9]+(\.[0-9]+)([a-zA-Z]i)?)B"),
)
.unwrap();
subs.insert(

File diff suppressed because it is too large Load Diff