Enable more specific AttachmentDownload prioritization
This commit is contained in:
parent
87ea909ae9
commit
fc02762588
26 changed files with 2245 additions and 817 deletions
|
@ -167,6 +167,10 @@ export const redactCdnKey = (cdnKey: string): string => {
|
|||
return `${REDACTION_PLACEHOLDER}${cdnKey.slice(-3)}`;
|
||||
};
|
||||
|
||||
export const redactGenericText = (text: string): string => {
|
||||
return `${REDACTION_PLACEHOLDER}${text.slice(-3)}`;
|
||||
};
|
||||
|
||||
const createRedactSensitivePaths = (
|
||||
paths: ReadonlyArray<string>
|
||||
): RedactFunction => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue