mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Issue #2554 - Follow-up: Correct code comment (no functional changes)
This commit is contained in:
parent
d44b309966
commit
fad481b612
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue