feat: add 'domain' category to mappings dropdown
Users can now label mappings as 'domain' (e.g. mycompany.com → example.com). This is a category label for organization — the substitution works the same as any other mapping. https://claude.ai/code/session_01Dvgwe7XMoSxnWXkih8p1Cw
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ const DEFAULT_SETTINGS = {
|
||||
secretScanning: true,
|
||||
maxLogEntries: 200,
|
||||
customDomains: [],
|
||||
categories: ['name', 'email', 'phone', 'address', 'ssn', 'dob', 'general'],
|
||||
categories: ['name', 'email', 'phone', 'address', 'ssn', 'dob', 'domain', 'general'],
|
||||
};
|
||||
|
||||
const Storage = {
|
||||
|
||||
Reference in New Issue
Block a user