fixed redirect
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.9.5-trunk+timestamp.2014.06.23.01.02.07
|
||||
Version 2.9.5-trunk+timestamp.2014.06.24.12.45.10
|
||||
|
||||
+1
-1
@@ -2331,7 +2331,7 @@ class Auth(object):
|
||||
snext = self.get_vars_next()
|
||||
if snext and self.settings.prevent_open_redirect_attacks:
|
||||
items = snext.split('/')
|
||||
if len(items)<3 or not items[2] == request.env.http_host:
|
||||
if '//' in snext and items[2] != request.env.http_host:
|
||||
snext = None
|
||||
|
||||
if snext:
|
||||
|
||||
Reference in New Issue
Block a user