Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 25, 2017
1 parent 2b72ca1 commit 3330fb9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckan/config/middleware/flask_app.py
Expand Up @@ -231,9 +231,6 @@ def ckan_after_request(response):
# Set CORS headers if necessary
response = set_cors_headers_for_response(response)

if flask_app.debug:
response.headers[u'X-CKAN-APP'] = u'Flask'

return response


Expand Down

0 comments on commit 3330fb9

Please sign in to comment.