Skip to content

Commit

Permalink
telemetry - update allowed characters for node
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Sep 30, 2024
1 parent 0c9304a commit 67cb6ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/telemetry/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ static bool isValidCharacter(char character)
return true;
}

if (character == '.' || character == ':')

return false;
}

Expand Down

0 comments on commit 67cb6ec

Please sign in to comment.