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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user