mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Added "Default string" to not allowed host values
This commit is contained in:
+2
-1
@@ -13,7 +13,8 @@ static bool hostValueSet(FFstrbuf* value)
|
||||
ffStrbufIgnCaseCompS(value, "To be filled by O.E.M.") != 0 &&
|
||||
ffStrbufIgnCaseCompS(value, "System Product Name") != 0 &&
|
||||
ffStrbufIgnCaseCompS(value, "System Version") != 0 &&
|
||||
ffStrbufIgnCaseCompS(value, "Type1ProductConfigId") != 0
|
||||
ffStrbufIgnCaseCompS(value, "Type1ProductConfigId") != 0 &&
|
||||
ffStrbufIgnCaseCompS(value, "Default string") != 0
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user