Sync identical files.

This commit is contained in:
Geoffrey White
2025-07-14 11:35:18 +01:00
parent e121579a85
commit 30c6082b5d
4 changed files with 4 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ module HeuristicNames {
// Relationships - work and family
"employ(er|ee)|spouse|maiden.?name|" +
// Device information
"([_-]|\\b)ip.?addr|mac.?addr|finger.?print" +
"mac.?addr" +
// ---
").*"
}

View File

@@ -114,7 +114,7 @@ module HeuristicNames {
// Relationships - work and family
"employ(er|ee)|spouse|maiden.?name|" +
// Device information
"([_-]|\\b)ip.?addr|mac.?addr|finger.?print" +
"mac.?addr" +
// ---
").*"
}

View File

@@ -114,7 +114,7 @@ module HeuristicNames {
// Relationships - work and family
"employ(er|ee)|spouse|maiden.?name|" +
// Device information
"([_-]|\\b)ip.?addr|mac.?addr|finger.?print" +
"mac.?addr" +
// ---
").*"
}

View File

@@ -114,7 +114,7 @@ module HeuristicNames {
// Relationships - work and family
"employ(er|ee)|spouse|maiden.?name|" +
// Device information
"([_-]|\\b)ip.?addr|mac.?addr|finger.?print" +
"mac.?addr" +
// ---
").*"
}