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 281ba89 commit 6bba139Copy full SHA for 6bba139
roundup/cgi/client.py
@@ -1454,7 +1454,7 @@ def handle_csrf(self, api=False):
1454
if enforce in ('required', 'yes'):
1455
logger.error(self._(
1456
"csrf X-FORWARDED-HOST header check failed for user%(userid)s. Value=%(host)s") % {
1457
- 'usierid': current_user, 'host': host})
+ 'userid': current_user, 'host': host})
1458
raise Unauthorised(self._(
1459
"Invalid X-FORWARDED-HOST %s") % host)
1460
elif enforce == 'logfailure':
0 commit comments