Bug 63447

git-svn-id: svn://svn.office.custis.ru/3rdparty/viewvc.org/trunk@869 6955db30-a419-402b-8a0d-67ecbb4d7f56
remotes/github/custis
vfilippov 2010-07-12 09:47:25 +00:00 committed by Vitaliy Filippov
parent b9a894f708
commit bb906c1f70
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ def handler(req):
try: r_data = anyjson.deserialize(r_data)
except: r_data = ''
if v.get('ga_client', '') == '' and (not r_data and re.match('opera|firefox|chrome|safari', req.headers_in.get('User-Agent', ''), re.I)
or v.get('ga_require', '') != '') or gac['ga_always_require']:
or v.get('ga_require', '') != ''):
ga_id = binascii.hexlify(os.urandom(16))
ga_key = binascii.hexlify(os.urandom(16))
url = gac['globalauth_server']