We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0b23d commit 95a3ab4Copy full SHA for 95a3ab4
roundup/scripts/roundup_server.py
@@ -475,7 +475,7 @@ def inner_run_cgi(self):
475
# config option to control its use.
476
# Made available for extensions if the user trusts it.
477
# E.g. you may wish to disable recaptcha validation extension
478
- # if the ip of the client matches 172.16.0.0.
+ # if the ip of the client matches 198.51.100.X
479
env['HTTP_X_FORWARDED_FOR'] = xff
480
xfp = self.headers.get('X-Forwarded-Proto', None)
481
if xfp:
0 commit comments