Remove resolved TODO in `allowed_indexes` (#14912)

## Summary

This got solved in #14858.
This commit is contained in:
Charlie Marsh 2025-07-26 00:04:28 -04:00 committed by GitHub
parent ae1964935f
commit 0a51489ec4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -408,9 +408,6 @@ impl<'a> IndexLocations {
} else { } else {
let mut indexes = vec![]; let mut indexes = vec![];
// TODO(charlie): By only yielding the first default URL, we'll drop credentials if,
// e.g., an authenticated default URL is provided in a configuration file, but an
// unauthenticated default URL is present in the receipt.
let mut seen = FxHashSet::default(); let mut seen = FxHashSet::default();
let mut default = false; let mut default = false;
for index in { for index in {