Add support for .tar.gz build packs in the build package viewer
This commit is contained in:
parent
e7c20e1052
commit
35f69b9f5b
10 changed files with 480 additions and 95 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue