Issue #2554 - Follow-up: Correct code comment (no functional changes)

This commit is contained in:
Moonchild 2024-08-09 16:18:37 +02:00 committed by roytam1
commit fad481b612

View file

@ -702,7 +702,7 @@ nsDNSService::PreprocessHostname(bool aLocalDomain,
return NS_ERROR_UNKNOWN_HOST;
}
// Enforce RFC 7686
// Block access to the "this machine" address.
if (mBlockQuad0 &&
aInput.EqualsASCII("0.0.0.0")) {
return NS_ERROR_UNKNOWN_HOST;