1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-22 20:11:04 -05:00

Remove confusing comment from when I was going to detect problems differently

This commit is contained in:
Justin Baur 2025-05-22 09:12:09 -04:00
parent 4aad5cada7
commit 69f6179fe6
No known key found for this signature in database

View File

@ -48,7 +48,6 @@ public class StaticStoreTests
// only if the domain strictly equals (do NOT use InvariantCulture comparison) the one added to our allow list.
foreach (var domain in StaticStore.GlobalDomains.SelectMany(p => p.Value))
{
// Every domain should equal it's non-ascii characters
for (var i = 0; i < domain.Length; i++)
{
var character = domain[i];