1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-21 20:04:02 +00:00

phishing detection excemption list

This commit is contained in:
maxkpower
2025-11-18 02:37:57 +01:00
parent 413a024e61
commit 0ea9778aea
3 changed files with 174 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ export const ScheduledTaskNames = {
vaultTimeoutCheckInterval: "vaultTimeoutCheckInterval",
clearPopupViewCache: "clearPopupViewCache",
phishingDomainUpdate: "phishingDomainUpdate",
phishingExemptionsUpdate: "phishingExemptionsUpdate",
} as const;
export type ScheduledTaskName = (typeof ScheduledTaskNames)[keyof typeof ScheduledTaskNames];