PR Comments: use safeChainArgs and use defined constants

This commit is contained in:
Sander Declerck 2025-09-11 14:49:54 +02:00
parent 2f1692e253
commit b6404775e2
No known key found for this signature in database
2 changed files with 25 additions and 8 deletions

View file

@ -7,7 +7,7 @@ export function getMalwareAction() {
return MALWARE_ACTION_PROMPT;
}
return "block";
return MALWARE_ACTION_BLOCK;
}
export const MALWARE_ACTION_BLOCK = "block";