mirror of
https://github.com/bitwarden/server.git
synced 2025-07-13 05:38:25 -05:00
Remove confusing comment from when I was going to detect problems differently
This commit is contained in:
@ -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];
|
||||||
|
Reference in New Issue
Block a user