rebranding
This commit is contained in:
@@ -11,8 +11,8 @@ const SUSPICIOUS_PATTERNS = [
|
||||
];
|
||||
|
||||
const KNOWN_PHISHING_DOMAINS = [
|
||||
"shieldai-secure.com",
|
||||
"shieldai-verify.com",
|
||||
"kordant-secure.com",
|
||||
"kordant-verify.com",
|
||||
"shield-ai-login.com",
|
||||
];
|
||||
|
||||
|
||||
@@ -2,13 +2,13 @@ import type { ExtensionSettings } from "../types";
|
||||
|
||||
const DEFAULT_SETTINGS: ExtensionSettings = {
|
||||
apiKey: null,
|
||||
apiUrl: "https://api.shieldai.com/api/trpc",
|
||||
apiUrl: "https://api.kordant.ai/api/trpc",
|
||||
notificationsEnabled: true,
|
||||
phishingDetectionEnabled: true,
|
||||
autoReportPhishing: false,
|
||||
};
|
||||
|
||||
const STORAGE_KEY = "shieldai:settings";
|
||||
const STORAGE_KEY = "kordant:settings";
|
||||
|
||||
export async function getSettings(): Promise<ExtensionSettings> {
|
||||
const result = await chrome.storage.sync.get(STORAGE_KEY);
|
||||
|
||||
Reference in New Issue
Block a user