Skip to content

Commit

Permalink
fix(controller): Update CORS whitelisted request headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Anderson committed Mar 14, 2015
1 parent 0496839 commit b193700
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions controller/deis/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,13 @@
'content-type',
'accept',
'origin',
'Authentication',
'Authorization',
'Host',
)

CORS_EXPOSE_HEADERS = (
'X_DEIS_VERSION',
'X_DEIS_RELEASE',
'X_DEIS_API_VERSION',
'X_DEIS_PLATFORM_VERSION',
)

REST_FRAMEWORK = {
Expand Down

0 comments on commit b193700

Please sign in to comment.