зеркало из https://github.com/mozilla/pjs.git
allow cross-domain XHR access to getdata.cgi, r=me
This commit is contained in:
Родитель
59b6992cdd
Коммит
a2708f8d62
|
@ -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()
|
||||
|
|
Загрузка…
Ссылка в новой задаче