Skip to content

Commit

Permalink
Changed the comment to be more accurate
Browse files Browse the repository at this point in the history
Signed-off-by: Susan <25956407+dmkng@users.noreply.github.com>
  • Loading branch information
dmkng authored and mcollina committed May 15, 2024
1 parent a2406e3 commit 8cc2045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function getTrustProxyFn (tp) {
return tp
}
if (tp === true) {
// Support plain true/false
// Support trusting everything
return null
}
if (typeof tp === 'number') {
Expand Down

0 comments on commit 8cc2045

Please sign in to comment.