Add support for .tar.gz build packs in the build package viewer

This commit is contained in:
Joseph Schorr 2014-04-01 00:23:53 -04:00
parent e7c20e1052
commit 35f69b9f5b
10 changed files with 480 additions and 95 deletions

View file

@ -91,7 +91,7 @@ def random_string():
def render_page_template(name, **kwargs):
resp = make_response(render_template(name, route_data=json.dumps(get_route_data()),
cache_buster=random_string(), **kwargs))
cache_buster='foobarbaz', **kwargs))
resp.headers['X-FRAME-OPTIONS'] = 'DENY'
return resp