mirror of
https://github.com/bitwarden/server.git
synced 2025-05-23 04:21:05 -05:00
Remove confusing comment from when I was going to detect problems differently
This commit is contained in:
parent
4aad5cada7
commit
69f6179fe6
@ -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.
|
// 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))
|
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++)
|
for (var i = 0; i < domain.Length; i++)
|
||||||
{
|
{
|
||||||
var character = domain[i];
|
var character = domain[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user