This commit is contained in:
parent
be62b1427a
commit
bbec0bbf8e
@ -89,6 +89,7 @@ function updateClientInfo() {
|
||||
}
|
||||
|
||||
const cleanClientInfo = clientInfo
|
||||
.replace(/\u00C2/g, "")
|
||||
.replace(/\u00A0?µs/g, "µs")
|
||||
.replace(/[\u0080-\u00FF]/g, "")
|
||||
.trim();
|
||||
|
Loading…
Reference in New Issue
Block a user