allow cross-domain XHR access to getdata.cgi, r=me

This commit is contained in:
vladimir%pobox.com 2008-01-09 19:19:32 +00:00
Родитель 59b6992cdd
Коммит a2708f8d62
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -321,6 +321,10 @@ elif not getlist:
else:
doGetList(zfile, type, branch, machine, testname)
# Allow cross-domain XHR
sys.stdout.write("Allow: *\n")
sys.stdout.write("Access-Control: allow <*>\n")
sys.stdout.write("Content-Type: text/plain\n")
if doGzip == 1:
zfile.close()